Skip to content

Commit 1c937a9

Browse files
Your Namealphatownsman
Your Name
authored andcommitted
1 parent 75e5b31 commit 1c937a9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"django-ninja>=1.3.0",
2323
"django-polymorphic @ git+https://github.com/jazzband/django-polymorphic/@v4.0.0a",
2424
"django-redis>=5.4.0",
25-
"django-rq>=3.0.0",
25+
"django-rq==3.0.0",
2626
"django-sass-processor>=1.4.1",
2727
"django-storages[boto3]>=1.14.2",
2828
"django-tz-detect>=0.5.0",
@@ -55,7 +55,7 @@ dependencies = [
5555
"discord-py>=2.4.0",
5656
"libsass>=0.23.0",
5757
"django-storages>=1.14.5",
58-
"urllib3<2.4.0",
58+
"certifi==2025.1.31",
5959
]
6060

6161
[tool.rye]

requirements-dev.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ beautifulsoup4==4.13.4
3131
bleach==5.0.1
3232
# via django-bleach
3333
blurhash-python==1.2.2
34-
boto3==1.38.7
34+
boto3==1.38.8
3535
# via django-storages
36-
botocore==1.38.7
36+
botocore==1.38.8
3737
# via boto3
3838
# via s3transfer
3939
cachetools==5.5.2
40-
certifi==2025.4.26
40+
certifi==2025.1.31
4141
# via httpcore
4242
# via httpx
4343
# via requests
@@ -55,7 +55,7 @@ click==8.1.8
5555
# via rq
5656
colorama==0.4.6
5757
# via djlint
58-
cryptography==44.0.2
58+
cryptography==44.0.3
5959
# via atproto
6060
cssbeautifier==1.15.4
6161
# via djlint
@@ -259,7 +259,7 @@ typing-inspection==0.4.0
259259
# via pydantic
260260
tzlocal==5.3.1
261261
# via dateparser
262-
urllib3==2.3.0
262+
urllib3==2.4.0
263263
# via botocore
264264
# via django-anymail
265265
# via requests

requirements.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ beautifulsoup4==4.13.4
3030
bleach==5.0.1
3131
# via django-bleach
3232
blurhash-python==1.2.2
33-
boto3==1.38.7
33+
boto3==1.38.8
3434
# via django-storages
35-
botocore==1.38.7
35+
botocore==1.38.8
3636
# via boto3
3737
# via s3transfer
3838
cachetools==5.5.2
39-
certifi==2025.4.26
39+
certifi==2025.1.31
4040
# via httpcore
4141
# via httpx
4242
# via requests
@@ -49,7 +49,7 @@ charset-normalizer==3.4.2
4949
click==8.1.8
5050
# via atproto
5151
# via rq
52-
cryptography==44.0.2
52+
cryptography==44.0.3
5353
# via atproto
5454
dateparser==1.2.1
5555
deepmerge==2.0
@@ -208,7 +208,7 @@ typing-inspection==0.4.0
208208
# via pydantic
209209
tzlocal==5.3.1
210210
# via dateparser
211-
urllib3==2.3.0
211+
urllib3==2.4.0
212212
# via botocore
213213
# via django-anymail
214214
# via requests

0 commit comments

Comments
 (0)