Skip to content

Commit afba556

Browse files
chore: bump deps
1 parent 26bb1fd commit afba556

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ dependencies = [
1010
"arrow<2.0.0,>=1.3.0",
1111
"bcrypt==4.0.1",
1212
"colorama<1.0.0,>=0.4.5",
13+
"cryptography>=44.0.1,<45.0.0",
1314
"exceptiongroup<2.0.0,>=1.2.2",
1415
"fastapi>=0.115.6",
1516
"gunicorn<24.0.0,>=23.0.0",
1617
"icecream<3.0.0,>=2.1.3",
1718
"Jinja2<4.0.0,>=3.1.5",
18-
"python-jose[cryptography]<4.0.0,>=3.3.0",
19+
"python-jose[cryptography]<4.0.0,>=3.4.0",
1920
"numpy<3.0.0,>=2.2.1",
2021
"pandas<3.0.0,>=2.2.3",
2122
"passlib[bcrypt]<2.0.0,>=1.7.4",
2223
"pony<1.0.0,>=0.7.16",
2324
"psycopg2-binary<3.0.0,>=2.9.10",
2425
"PyJWT[crypto]<3.0.0,>=2.10.1",
2526
"python-decouple<4.0,>=3.8",
26-
"python-multipart<1.0.0,>=0.0.9",
27+
"python-multipart>=0.0.20",
2728
"requests<3.0.0,>=2.32.3",
2829
"requests-cache<2.0.0,>=1.2.1",
2930
"slack-sdk<4.0.0,>=3.34.0",

requirements.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ colorama==0.4.6
3232
# icecream
3333
cryptography==44.0.1
3434
# via
35+
# meetup-bot (pyproject.toml)
3536
# pyjwt
3637
# python-jose
3738
ecdsa==0.19.0
@@ -72,7 +73,7 @@ pony==0.7.19
7273
# via meetup-bot (pyproject.toml)
7374
psycopg2-binary==2.9.10
7475
# via meetup-bot (pyproject.toml)
75-
pyasn1==0.6.1
76+
pyasn1==0.4.8
7677
# via
7778
# python-jose
7879
# rsa
@@ -92,9 +93,9 @@ python-dateutil==2.9.0.post0
9293
# pandas
9394
python-decouple==3.8
9495
# via meetup-bot (pyproject.toml)
95-
python-jose==3.3.0
96+
python-jose==3.4.0
9697
# via meetup-bot (pyproject.toml)
97-
python-multipart==0.0.9
98+
python-multipart==0.0.20
9899
# via meetup-bot (pyproject.toml)
99100
pytz==2024.2
100101
# via pandas

uv.lock

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)