Skip to content

Commit 6e8249d

Browse files
authored
Merge pull request #867 from openedx/repo-tools/upgrade-python-requirements-033ac33
chore: Upgrade Python requirements
2 parents 033ac33 + 821e441 commit 6e8249d

File tree

8 files changed

+26
-28
lines changed

8 files changed

+26
-28
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ markupsafe==3.0.3
2020
# via
2121
# -r requirements/base.in
2222
# mako
23-
pymongo==4.15.1
23+
pymongo==4.15.2
2424
# via edx-opaque-keys
2525
python-dateutil==2.9.0.post0
2626
# 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.6.0
3030
# via tox
3131
pyproject-api==1.9.1
3232
# via tox
33-
tox==4.30.2
33+
tox==4.30.3
3434
# via -r requirements/ci.in
3535
virtualenv==20.34.0
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.40.42
24+
boto3==1.40.45
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.40.42
28+
botocore==1.40.45
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -86,7 +86,7 @@ distlib==0.4.0
8686
# virtualenv
8787
django==4.2.25
8888
# via
89-
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
89+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
9090
# -r requirements/test.txt
9191
# openedx-django-pyfs
9292
dnspython==2.8.0
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.140.2
115+
hypothesis==6.140.3
116116
# via -r requirements/test.txt
117117
iniconfig==2.1.0
118118
# via
@@ -162,7 +162,7 @@ packaging==25.0
162162
# tox
163163
path==17.1.1
164164
# via -r requirements/test.txt
165-
pip-tools==7.5.0
165+
pip-tools==7.5.1
166166
# via -r requirements/pip-tools.txt
167167
platformdirs==4.4.0
168168
# via
@@ -206,7 +206,7 @@ pylint-plugin-utils==0.9.0
206206
# -r requirements/test.txt
207207
# pylint-celery
208208
# pylint-django
209-
pymongo==4.15.1
209+
pymongo==4.15.2
210210
# via
211211
# -r requirements/test.txt
212212
# edx-opaque-keys
@@ -277,7 +277,7 @@ tomlkit==0.13.3
277277
# via
278278
# -r requirements/test.txt
279279
# pylint
280-
tox==4.30.2
280+
tox==4.30.3
281281
# via
282282
# -r requirements/ci.txt
283283
# -r requirements/test.txt

requirements/django.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ appdirs==1.4.4
1010
# fs
1111
asgiref==3.9.2
1212
# via django
13-
boto3==1.40.42
13+
boto3==1.40.45
1414
# via fs-s3fs
15-
botocore==1.40.42
15+
botocore==1.40.45
1616
# via
1717
# boto3
1818
# s3transfer
1919
django==4.2.25
2020
# via
21-
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
21+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
2222
# -r requirements/django.in
2323
# openedx-django-pyfs
2424
dnspython==2.8.0
@@ -50,7 +50,7 @@ markupsafe==3.0.3
5050
# mako
5151
openedx-django-pyfs==3.8.0
5252
# via -r requirements/django.in
53-
pymongo==4.15.1
53+
pymongo==4.15.2
5454
# via
5555
# -r requirements/base.txt
5656
# 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.17.0
2222
# sphinx
2323
beautifulsoup4==4.14.2
2424
# via pydata-sphinx-theme
25-
boto3==1.40.42
25+
boto3==1.40.45
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.40.42
29+
botocore==1.40.45
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -37,7 +37,7 @@ charset-normalizer==3.4.3
3737
# via requests
3838
django==4.2.25
3939
# via
40-
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
40+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
4141
# -r requirements/django.txt
4242
# openedx-django-pyfs
4343
dnspython==2.8.0
@@ -96,7 +96,7 @@ pygments==2.19.2
9696
# accessible-pygments
9797
# pydata-sphinx-theme
9898
# sphinx
99-
pymongo==4.15.1
99+
pymongo==4.15.2
100100
# via
101101
# -r requirements/django.txt
102102
# edx-opaque-keys

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ click==8.3.0
1010
# via pip-tools
1111
packaging==25.0
1212
# via build
13-
pip-tools==7.5.0
13+
pip-tools==7.5.1
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.2.0
1616
# via

requirements/pip.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==24.2
12-
# via
13-
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
14-
# -r requirements/pip.in
11+
pip==25.2
12+
# via -r requirements/pip.in
1513
setuptools==80.9.0
1614
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ astroid==3.3.11
1919
# pylint-celery
2020
attrs==25.3.0
2121
# via hypothesis
22-
boto3==1.40.42
22+
boto3==1.40.45
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.40.42
26+
botocore==1.40.45
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -58,7 +58,7 @@ dill==0.4.0
5858
distlib==0.4.0
5959
# via virtualenv
6060
# via
61-
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
61+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
6262
# -r requirements/django.txt
6363
# openedx-django-pyfs
6464
dnspython==2.8.0
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.140.2
85+
hypothesis==6.140.3
8686
# via -r requirements/test.in
8787
iniconfig==2.1.0
8888
# via pytest
@@ -153,7 +153,7 @@ pylint-plugin-utils==0.9.0
153153
# via
154154
# pylint-celery
155155
# pylint-django
156-
pymongo==4.15.1
156+
pymongo==4.15.2
157157
# via
158158
# -r requirements/django.txt
159159
# edx-opaque-keys
@@ -208,7 +208,7 @@ text-unidecode==1.3
208208
# via python-slugify
209209
tomlkit==0.13.3
210210
# via pylint
211-
tox==4.30.2
211+
tox==4.30.3
212212
# via -r requirements/test.in
213213
typing-extensions==4.15.0
214214
# via

0 commit comments

Comments
 (0)