Skip to content

Commit 64e55a3

Browse files
committed
chore(deps): update dependencies in requirements.txt
Signed-off-by: binaryYuki <60097976+binaryYuki@users.noreply.github.com>
1 parent a26d4e9 commit 64e55a3

3 files changed

Lines changed: 607 additions & 443 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -5,58 +5,18 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"annotated-types==0.7.0",
9-
"anyio==4.4.0",
10-
"cachetools==5.4.0",
11-
"certifi==2024.7.4",
12-
"cffi==1.17.0",
13-
"charset-normalizer==3.3.2",
14-
"click==8.1.7",
15-
"cryptography==43.0.0",
16-
"deprecated==1.2.14",
17-
"ecdsa==0.19.0",
18-
"fake-useragent==1.5.1",
19-
"fastapi-limiter==0.1.6",
20-
"fastapi==0.112.1",
21-
"httpx==0.27.0",
22-
"pre-commit==4.2.0",
23-
"redis==5.0.8",
24-
"typing-inspect==0.9.0",
25-
"uvicorn==0.30.6",
26-
"h11==0.14.0",
27-
"httpcore==1.0.5",
28-
"idna==3.7",
29-
"importlib-resources==6.4.3",
30-
"itsdangerous==2.2.0",
31-
"limits==3.13.0",
32-
"mysqlclient==2.2.4",
33-
"packaging==24.1",
34-
"pyasn1==0.6.0",
35-
"pycparser==2.22",
36-
"pydantic==2.8.2",
37-
"pydantic-core==2.20.1",
38-
"python-dotenv==1.0.1",
39-
"python-jose==3.3.0",
40-
"rsa==4.9",
41-
"six==1.16.0",
42-
"sniffio==1.3.1",
43-
"sqlalchemy==2.0.32",
44-
"starlette==0.38.2",
45-
"typing-extensions==4.12.2",
46-
"urllib3==2.2.2",
47-
"wrapt==1.16.0",
48-
"asgi-correlation-id==4.3.4",
49-
"fastapi-utils==0.8.0",
50-
"pyjwt==2.10.1",
51-
"watchfiles==1.0.5",
52-
"cfgv==3.4.0",
53-
"distlib==0.3.9",
54-
"filelock==3.18.0",
55-
"identify==2.6.10",
56-
"mypy-extensions==1.1.0",
57-
"nodeenv==1.9.1",
58-
"platformdirs==4.3.7",
59-
"psutil==5.9.8",
60-
"pyyaml==6.0.2",
61-
"virtualenv==20.31.1",
8+
"asgi-correlation-id>=4.3.4",
9+
"fake-useragent>=2.2.0",
10+
"fastapi-limiter>=0.1.6",
11+
"fastapi-utils>=0.8.0",
12+
"fastapi[standard]>=0.115.12",
13+
"itsdangerous>=2.2.0",
14+
"passlib[bcrypt]>=1.7.4",
15+
"pre-commit>=4.2.0",
16+
"pyjwt>=2.10.1",
17+
"python-dotenv>=1.1.0",
18+
"python-jose[cryptography]>=3.4.0",
19+
"redis>=6.0.0",
20+
"typing-inspect>=0.9.0",
21+
"useragent>=0.1.1",
6222
]

requirements.txt

Lines changed: 76 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,88 @@
11
annotated-types==0.7.0
2-
anyio==4.4.0
3-
asgi-correlation-id==4.3.4
4-
cachetools==5.4.0
5-
certifi==2024.7.4
6-
cffi==1.17.0
7-
cfgv==3.4.0
8-
charset-normalizer==3.3.2
9-
click==8.1.7
10-
cryptography==43.0.0
11-
deprecated==1.2.14
12-
distlib==0.3.9
2+
anyio==4.8.0
3+
asgiref==3.8.1
4+
attrs==24.3.0
5+
certifi==2025.1.31
6+
cffi==1.17.1
7+
charset-normalizer==3.4.1
8+
click==8.1.8
9+
cryptography==44.0.1
10+
django==5.1.4
11+
django-oauth-toolkit==3.0.1
12+
django-unfold==0.43.0
13+
djangorestframework==3.15.2
14+
djangorestframework-simplejwt==5.3.1
15+
dnspython==2.7.0
16+
drf-spectacular==0.28.0
1317
ecdsa==0.19.0
14-
fake-useragent==1.5.1
15-
fastapi==0.112.1
16-
fastapi-limiter==0.1.6
17-
fastapi-utils==0.8.0
18-
filelock==3.18.0
18+
email-validator==2.2.0
19+
factory-boy==3.3.1
20+
faker==33.1.0
21+
fastapi==0.115.8
22+
fastapi-cli==0.0.7
23+
gunicorn==23.0.0
1924
h11==0.14.0
20-
httpcore==1.0.5
21-
httpx==0.27.0
22-
identify==2.6.10
23-
idna==3.7
24-
importlib-resources==6.4.3
25+
hkdf==0.0.3
26+
httpcore==1.0.7
27+
httptools==0.6.4
28+
httpx==0.28.1
29+
idna==3.10
30+
inflection==0.5.1
31+
iniconfig==2.0.0
2532
itsdangerous==2.2.0
26-
limits==3.13.0
27-
mypy-extensions==1.1.0
28-
mysqlclient==2.2.4
29-
nodeenv==1.9.1
30-
packaging==24.1
31-
platformdirs==4.3.7
32-
pre-commit==4.2.0
33-
psutil==5.9.8
34-
pyasn1==0.6.0
33+
jinja2==3.1.5
34+
jsonschema==4.23.0
35+
jsonschema-specifications==2024.10.1
36+
jwcrypto==1.5.6
37+
markdown-it-py==3.0.0
38+
markupsafe==3.0.2
39+
mdurl==0.1.2
40+
oauthlib==3.2.2
41+
orjson==3.10.15
42+
packaging==24.2
43+
pip==25.1.1
44+
pluggy==1.5.0
45+
psycopg==3.2.3
46+
psycopg-binary==3.2.3
47+
pyasn1==0.6.1
3548
pycparser==2.22
36-
pydantic==2.8.2
37-
pydantic-core==2.20.1
49+
pydantic==2.10.6
50+
pydantic-core==2.27.2
51+
pydantic-extra-types==2.10.2
52+
pydantic-settings==2.7.1
53+
pygments==2.19.1
3854
pyjwt==2.10.1
55+
pytest==8.3.4
56+
pytest-django==4.9.0
57+
pytest-factoryboy==2.7.0
58+
python-dateutil==2.9.0.post0
3959
python-dotenv==1.0.1
4060
python-jose==3.3.0
61+
python-multipart==0.0.20
4162
pyyaml==6.0.2
42-
redis==5.0.8
63+
redis==5.2.1
64+
referencing==0.35.1
65+
requests==2.32.3
66+
rich==13.9.4
67+
rich-toolkit==0.13.2
68+
rpds-py==0.22.3
4369
rsa==4.9
44-
six==1.16.0
70+
servestatic==3.0.0
71+
setuptools==80.3.1
72+
shellingham==1.5.4
73+
six==1.17.0
4574
sniffio==1.3.1
46-
sqlalchemy==2.0.32
47-
starlette==0.38.2
75+
sqlalchemy==2.0.38
76+
sqlmodel==0.0.22
77+
sqlparse==0.5.3
78+
starlette==0.45.3
79+
typer==0.15.1
4880
typing-extensions==4.12.2
49-
typing-inspect==0.9.0
50-
urllib3==2.2.2
51-
uvicorn==0.30.6
52-
virtualenv==20.31.1
53-
watchfiles==1.0.5
54-
wrapt==1.16.0
81+
ujson==5.10.0
82+
uritemplate==4.1.1
83+
urllib3==2.3.0
84+
uvicorn==0.34.0
85+
uvicorn-worker==0.3.0
86+
uvloop==0.21.0
87+
watchfiles==1.0.4
88+
websockets==15.0

0 commit comments

Comments
 (0)