@@ -25,12 +25,12 @@ dependencies = [
2525 " Authlib >=1.3.0, <2.0" ,
2626 " pyjwt >=2.10.0, <3.0" ,
2727 " requests ~=2.32.5; python_version < '3.10'" ,
28- " requests ~=2.34.0 ; python_version >= '3.10'" ,
28+ " requests ~=2.34.2 ; python_version >= '3.10'" ,
2929 " typing-extensions >=4.11.0, <5.0" ,
3030 " frozendict >=2.4.3, <3.0" ,
3131 " certifi >=2026.1.4" ,
3232 " PyYAML >=6.0.1, <7.0.0" ,
33- " cryptography >=43 .0.1, <47.0 " ,
33+ " cryptography >=48 .0.1, <48.1 " ,
3434 " python-dotenv >=1.0.0, <2.0.0" ,
3535 " itsdangerous >=2.2.0, <3.0.0" ,
3636 " nest-asyncio >=1.5.8, <2.0.0" ,
@@ -55,8 +55,8 @@ dev = [
5555 " pytest-django >=4.5.2" ,
5656 " mypy >=1.5.0" ,
5757 " bandit >=1.7" ,
58- " pylint >=4.0.0; python_version >= '3.10'" ,
59- " pylint >=3.3.0 , <4.0.0; python_version < '3.10'" ,
58+ " pylint >=4.0.5, <4.1. 0; python_version >= '3.10'" ,
59+ " pylint >=3.3.9 , <4.0.0; python_version < '3.10'" ,
6060 " pycodestyle >=2.0" ,
6161 " pytest-asyncio >=0.26.0" ,
6262 " pytest-timeout >=2.2.0" ,
@@ -95,8 +95,8 @@ pytest-django = "^4.5.2"
9595mypy = " ^1.5.0"
9696bandit = " ^1.7"
9797pylint = [
98- {version = " >=3.3.0 ,<4.0.0" , python = " ~3.9" },
99- {version = " >=4.0.0" , python = " >=3.10" }
98+ {version = " >=3.3.9 ,<4.0.0" , python = " ~3.9" },
99+ {version = " >=4.0.5,<4.1. 0" , python = " >=3.10" }
100100]
101101pycodestyle = " ^2.0"
102102pytest-asyncio = " ^0.26.0"
0 commit comments