Skip to content

Commit 86eee4b

Browse files
chore: Upgrade Python requirements (#840)
1 parent 0094789 commit 86eee4b

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ markupsafe==3.0.2
2222
# mako
2323
pbr==6.1.1
2424
# via stevedore
25-
pymongo==4.12.1
25+
pymongo==4.13.0
2626
# via edx-opaque-keys
2727
python-dateutil==2.9.0.post0
2828
# via -r requirements/base.in

requirements/ci.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ platformdirs==4.3.8
2626
# via
2727
# tox
2828
# virtualenv
29-
pluggy==1.5.0
29+
pluggy==1.6.0
3030
# via tox
31-
pyproject-api==1.9.0
31+
pyproject-api==1.9.1
3232
# via tox
33-
tox==4.25.0
33+
tox==4.26.0
3434
# via -r requirements/ci.in
3535
virtualenv==20.31.2
3636
# via tox

requirements/dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.3.0
2121
# via
2222
# -r requirements/test.txt
2323
# hypothesis
24-
boto3==1.38.13
24+
boto3==1.38.18
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.38.13
28+
botocore==1.38.18
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.131.15
115+
hypothesis==6.131.18
116116
# via -r requirements/test.txt
117117
iniconfig==2.1.0
118118
# via
@@ -175,7 +175,7 @@ platformdirs==4.3.8
175175
# pylint
176176
# tox
177177
# virtualenv
178-
pluggy==1.5.0
178+
pluggy==1.6.0
179179
# via
180180
# -r requirements/ci.txt
181181
# -r requirements/test.txt
@@ -208,11 +208,11 @@ pylint-plugin-utils==0.8.2
208208
# -r requirements/test.txt
209209
# pylint-celery
210210
# pylint-django
211-
pymongo==4.12.1
211+
pymongo==4.13.0
212212
# via
213213
# -r requirements/test.txt
214214
# edx-opaque-keys
215-
pyproject-api==1.9.0
215+
pyproject-api==1.9.1
216216
# via
217217
# -r requirements/ci.txt
218218
# -r requirements/test.txt
@@ -279,7 +279,7 @@ tomlkit==0.13.2
279279
# via
280280
# -r requirements/test.txt
281281
# pylint
282-
tox==4.25.0
282+
tox==4.26.0
283283
# via
284284
# -r requirements/ci.txt
285285
# -r requirements/test.txt

requirements/django.txt

Lines changed: 3 additions & 3 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.38.13
13+
boto3==1.38.18
1414
# via fs-s3fs
15-
botocore==1.38.13
15+
botocore==1.38.18
1616
# via
1717
# boto3
1818
# s3transfer
@@ -54,7 +54,7 @@ pbr==6.1.1
5454
# via
5555
# -r requirements/base.txt
5656
# stevedore
57-
pymongo==4.12.1
57+
pymongo==4.13.0
5858
# via
5959
# -r requirements/base.txt
6060
# edx-opaque-keys

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ babel==2.17.0
2222
# sphinx
2323
beautifulsoup4==4.13.4
2424
# via pydata-sphinx-theme
25-
boto3==1.38.13
25+
boto3==1.38.18
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.38.13
29+
botocore==1.38.18
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -100,7 +100,7 @@ pygments==2.19.1
100100
# accessible-pygments
101101
# pydata-sphinx-theme
102102
# sphinx
103-
pymongo==4.12.1
103+
pymongo==4.13.0
104104
# via
105105
# -r requirements/django.txt
106106
# edx-opaque-keys

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pip==24.2
1212
# via
1313
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==80.4.0
15+
setuptools==80.7.1
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ astroid==3.3.10
1919
# pylint-celery
2020
attrs==25.3.0
2121
# via hypothesis
22-
boto3==1.38.13
22+
boto3==1.38.18
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.38.13
26+
botocore==1.38.18
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.131.15
85+
hypothesis==6.131.18
8686
# via -r requirements/test.in
8787
iniconfig==2.1.0
8888
# via pytest
@@ -130,7 +130,7 @@ platformdirs==4.3.8
130130
# pylint
131131
# tox
132132
# virtualenv
133-
pluggy==1.5.0
133+
pluggy==1.6.0
134134
# via
135135
# diff-cover
136136
# pytest
@@ -154,11 +154,11 @@ pylint-plugin-utils==0.8.2
154154
# via
155155
# pylint-celery
156156
# pylint-django
157-
pymongo==4.12.1
157+
pymongo==4.13.0
158158
# via
159159
# -r requirements/django.txt
160160
# edx-opaque-keys
161-
pyproject-api==1.9.0
161+
pyproject-api==1.9.1
162162
# via tox
163163
pytest==8.3.5
164164
# via
@@ -209,7 +209,7 @@ text-unidecode==1.3
209209
# via python-slugify
210210
tomlkit==0.13.2
211211
# via pylint
212-
tox==4.25.0
212+
tox==4.26.0
213213
# via -r requirements/test.in
214214
typing-extensions==4.13.2
215215
# via

0 commit comments

Comments
 (0)