Skip to content

Commit 50f351f

Browse files
chore: Upgrade Python requirements (#862)
1 parent 7818415 commit 50f351f

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
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.2
2020
# via
2121
# -r requirements/base.in
2222
# mako
23-
pymongo==4.15.0
23+
pymongo==4.15.1
2424
# via edx-opaque-keys
2525
python-dateutil==2.9.0.post0
2626
# via -r requirements/base.in

requirements/dev.txt

Lines changed: 5 additions & 5 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.30
24+
boto3==1.40.35
2525
# via
2626
# -r requirements/test.txt
2727
# fs-s3fs
28-
botocore==1.40.30
28+
botocore==1.40.35
2929
# via
3030
# -r requirements/test.txt
3131
# boto3
@@ -45,7 +45,7 @@ chardet==5.2.0
4545
# -r requirements/test.txt
4646
# diff-cover
4747
# tox
48-
click==8.2.1
48+
click==8.3.0
4949
# via
5050
# -r requirements/pip-tools.txt
5151
# -r requirements/test.txt
@@ -112,7 +112,7 @@ fs-s3fs==1.1.1
112112
# via
113113
# -r requirements/test.txt
114114
# openedx-django-pyfs
115-
hypothesis==6.138.16
115+
hypothesis==6.139.2
116116
# via -r requirements/test.txt
117117
iniconfig==2.1.0
118118
# 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.0
209+
pymongo==4.15.1
210210
# via
211211
# -r requirements/test.txt
212212
# edx-opaque-keys

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.9.1
1212
# via django
13-
boto3==1.40.30
13+
boto3==1.40.35
1414
# via fs-s3fs
15-
botocore==1.40.30
15+
botocore==1.40.35
1616
# via
1717
# boto3
1818
# s3transfer
@@ -50,7 +50,7 @@ markupsafe==3.0.2
5050
# mako
5151
openedx-django-pyfs==3.8.0
5252
# via -r requirements/django.in
53-
pymongo==4.15.0
53+
pymongo==4.15.1
5454
# via
5555
# -r requirements/base.txt
5656
# 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.5
2424
# via pydata-sphinx-theme
25-
boto3==1.40.30
25+
boto3==1.40.35
2626
# via
2727
# -r requirements/django.txt
2828
# fs-s3fs
29-
botocore==1.40.30
29+
botocore==1.40.35
3030
# via
3131
# -r requirements/django.txt
3232
# boto3
@@ -96,7 +96,7 @@ pygments==2.19.2
9696
# accessible-pygments
9797
# pydata-sphinx-theme
9898
# sphinx
99-
pymongo==4.15.0
99+
pymongo==4.15.1
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
@@ -6,7 +6,7 @@
66
#
77
build==1.3.0
88
# via pip-tools
9-
click==8.2.1
9+
click==8.3.0
1010
# via pip-tools
1111
packaging==25.0
1212
# via build

requirements/test.txt

Lines changed: 5 additions & 5 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.30
22+
boto3==1.40.35
2323
# via
2424
# -r requirements/django.txt
2525
# fs-s3fs
26-
botocore==1.40.30
26+
botocore==1.40.35
2727
# via
2828
# -r requirements/django.txt
2929
# boto3
@@ -34,7 +34,7 @@ chardet==5.2.0
3434
# via
3535
# diff-cover
3636
# tox
37-
click==8.2.1
37+
click==8.3.0
3838
# via
3939
# click-log
4040
# code-annotations
@@ -82,7 +82,7 @@ fs-s3fs==1.1.1
8282
# via
8383
# -r requirements/django.txt
8484
# openedx-django-pyfs
85-
hypothesis==6.138.16
85+
hypothesis==6.139.2
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.0
156+
pymongo==4.15.1
157157
# via
158158
# -r requirements/django.txt
159159
# edx-opaque-keys

0 commit comments

Comments
 (0)