File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,30 +5,30 @@ readme = "README.md"
5
5
version = " 0.0.1"
6
6
requires-python = " >= 3.11"
7
7
dependencies = [
8
- " cryptography==42 .0.7 " ,
8
+ " cryptography==43 .0.3 " ,
9
9
" gql[all]==3.5.0" ,
10
- " fastapi[all]==0.111.0 " ,
11
- " psycopg2==2.9.9 " ,
12
- " PyJWT==2.8 .0" ,
13
- " SQLAlchemy==2.0.30 " ,
14
- " uvicorn==0.30.1 "
10
+ " fastapi[all]==0.115.4 " ,
11
+ " psycopg2==2.9.10 " ,
12
+ " PyJWT==2.9 .0" ,
13
+ " SQLAlchemy==2.0.36 " ,
14
+ " uvicorn==0.32.0 "
15
15
]
16
16
17
17
[project .urls ]
18
18
"Repository" = " https://github.com/fiaisis/fia-auth"
19
19
20
20
[project .optional-dependencies ]
21
21
formatting = [
22
- " ruff==0.4.8 " ,
23
- " mypy==1.10 .0" ,
24
- " types-requests==2.32.0.20240602 " ,
22
+ " ruff==0.7.2 " ,
23
+ " mypy==1.13 .0" ,
24
+ " types-requests==2.32.0.20241016 " ,
25
25
" fia-auth[test]" ,
26
26
]
27
27
28
28
29
29
test = [
30
- " pytest==8.2.1 " ,
31
- " pytest-cov==5 .0.0" ,
30
+ " pytest==8.3.3 " ,
31
+ " pytest-cov==6 .0.0" ,
32
32
" pytest-random-order==1.1.1" ,
33
33
]
34
34
You can’t perform that action at this time.
0 commit comments