Skip to content

Commit 05ab0a3

Browse files
chore: Upgrade Python requirements (#794)
1 parent 447311e commit 05ab0a3

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
appdirs==1.4.4
88
# via fs
9-
dnspython==2.6.1
9+
dnspython==2.7.0
1010
# via pymongo
1111
edx-opaque-keys==2.11.0
1212
# via -r requirements/base.in
@@ -22,7 +22,7 @@ markupsafe==2.1.5
2222
# mako
2323
pbr==6.1.0
2424
# via stevedore
25-
pymongo==4.9.1
25+
pymongo==4.10.1
2626
# via edx-opaque-keys
2727
python-dateutil==2.9.0.post0
2828
# via -r requirements/base.in

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pluggy==1.5.0
3030
# via tox
3131
pyproject-api==1.8.0
3232
# via tox
33-
tox==4.20.0
33+
tox==4.21.2
3434
# via -r requirements/ci.in
3535
virtualenv==20.26.6
3636
# via tox

requirements/dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ asgiref==3.8.1
1212
# via
1313
# -r requirements/test.txt
1414
# django
15-
astroid==3.3.4
15+
astroid==3.3.5
1616
# via
1717
# -r requirements/test.txt
1818
# pylint
@@ -21,11 +21,11 @@ attrs==24.2.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.35.29
24+
boto3==1.35.34
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.35.29
28+
botocore==1.35.34
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -89,7 +89,7 @@ django==4.2.16
8989
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
9090
# -r requirements/test.txt
9191
# openedx-django-pyfs
92-
dnspython==2.6.1
92+
dnspython==2.7.0
9393
# via
9494
# -r requirements/test.txt
9595
# pymongo
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.112.1
115+
hypothesis==6.112.3
116116
# via -r requirements/test.txt
117117
iniconfig==2.0.0
118118
# via
@@ -208,7 +208,7 @@ pylint-plugin-utils==0.8.2
208208
# -r requirements/test.txt
209209
# pylint-celery
210210
# pylint-django
211-
pymongo==4.9.1
211+
pymongo==4.10.1
212212
# via
213213
# -r requirements/test.txt
214214
# edx-opaque-keys
@@ -217,7 +217,7 @@ pyproject-api==1.8.0
217217
# -r requirements/ci.txt
218218
# -r requirements/test.txt
219219
# tox
220-
pyproject-hooks==1.1.0
220+
pyproject-hooks==1.2.0
221221
# via
222222
# -r requirements/pip-tools.txt
223223
# build
@@ -279,7 +279,7 @@ tomlkit==0.13.2
279279
# via
280280
# -r requirements/test.txt
281281
# pylint
282-
tox==4.20.0
282+
tox==4.21.2
283283
# via
284284
# -r requirements/ci.txt
285285
# -r requirements/test.txt

requirements/django.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ appdirs==1.4.4
1010
# fs
1111
asgiref==3.8.1
1212
# via django
13-
boto3==1.35.29
13+
boto3==1.35.34
1414
# via fs-s3fs
15-
botocore==1.35.29
15+
botocore==1.35.34
1616
# via
1717
# boto3
1818
# s3transfer
@@ -21,7 +21,7 @@ django==4.2.16
2121
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
2222
# -r requirements/django.in
2323
# openedx-django-pyfs
24-
dnspython==2.6.1
24+
dnspython==2.7.0
2525
# via
2626
# -r requirements/base.txt
2727
# pymongo
@@ -54,7 +54,7 @@ pbr==6.1.0
5454
# via
5555
# -r requirements/base.txt
5656
# stevedore
57-
pymongo==4.9.1
57+
pymongo==4.10.1
5858
# via
5959
# -r requirements/base.txt
6060
# edx-opaque-keys

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ babel==2.16.0
2222
# sphinx
2323
beautifulsoup4==4.12.3
2424
# via pydata-sphinx-theme
25-
boto3==1.35.29
25+
boto3==1.35.34
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.35.29
29+
botocore==1.35.34
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -40,7 +40,7 @@ django==4.2.16
4040
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
4141
# -r requirements/django.txt
4242
# openedx-django-pyfs
43-
dnspython==2.6.1
43+
dnspython==2.7.0
4444
# via
4545
# -r requirements/django.txt
4646
# pymongo
@@ -100,7 +100,7 @@ pygments==2.18.0
100100
# accessible-pygments
101101
# pydata-sphinx-theme
102102
# sphinx
103-
pymongo==4.9.1
103+
pymongo==4.10.1
104104
# via
105105
# -r requirements/django.txt
106106
# edx-opaque-keys

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packaging==24.1
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip-tools.in
15-
pyproject-hooks==1.1.0
15+
pyproject-hooks==1.2.0
1616
# via
1717
# build
1818
# pip-tools

requirements/test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ asgiref==3.8.1
1212
# via
1313
# -r requirements/django.txt
1414
# django
15-
astroid==3.3.4
15+
astroid==3.3.5
1616
# via
1717
# -r requirements/test.in
1818
# pylint
1919
# pylint-celery
2020
attrs==24.2.0
2121
# via hypothesis
22-
boto3==1.35.29
22+
boto3==1.35.34
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.35.29
26+
botocore==1.35.34
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -61,7 +61,7 @@ distlib==0.3.8
6161
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
6262
# -r requirements/django.txt
6363
# openedx-django-pyfs
64-
dnspython==2.6.1
64+
dnspython==2.7.0
6565
# via
6666
# -r requirements/django.txt
6767
# pymongo
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.112.1
85+
hypothesis==6.112.3
8686
# via -r requirements/test.in
8787
iniconfig==2.0.0
8888
# via pytest
@@ -154,7 +154,7 @@ pylint-plugin-utils==0.8.2
154154
# via
155155
# pylint-celery
156156
# pylint-django
157-
pymongo==4.9.1
157+
pymongo==4.10.1
158158
# via
159159
# -r requirements/django.txt
160160
# edx-opaque-keys
@@ -209,7 +209,7 @@ text-unidecode==1.3
209209
# via python-slugify
210210
tomlkit==0.13.2
211211
# via pylint
212-
tox==4.20.0
212+
tox==4.21.2
213213
# via -r requirements/test.in
214214
typing-extensions==4.12.2
215215
# via

0 commit comments

Comments
 (0)