Skip to content

Commit 6f8d84e

Browse files
author
Feanil Patel
authored
Merge pull request #736 from openedx/jenkins/upgrade-python-requirements-5e169af
Python Requirements Update
2 parents 5e169af + 6ef6727 commit 6f8d84e

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
2525
# via
2626
# -r requirements/test.txt
2727
# django
28-
boto3==1.34.79
28+
boto3==1.34.80
2929
# via
3030
# -r requirements/test.txt
3131
# fs-s3fs
32-
botocore==1.34.79
32+
botocore==1.34.80
3333
# via
3434
# -r requirements/test.txt
3535
# boto3
@@ -118,7 +118,7 @@ fs-s3fs==1.1.1
118118
# via
119119
# -r requirements/test.txt
120120
# openedx-django-pyfs
121-
hypothesis==6.100.0
121+
hypothesis==6.100.1
122122
# via -r requirements/test.txt
123123
importlib-metadata==6.11.0
124124
# via
@@ -188,7 +188,7 @@ packaging==24.0
188188
# pyproject-api
189189
# pytest
190190
# tox
191-
path==16.12.1
191+
path==16.14.0
192192
# via -r requirements/test.txt
193193
pbr==6.0.0
194194
# via

requirements/django.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
1414
# via
1515
# -r requirements/django.in
1616
# django
17-
boto3==1.34.79
17+
boto3==1.34.80
1818
# via fs-s3fs
19-
botocore==1.34.79
19+
botocore==1.34.80
2020
# via
2121
# boto3
2222
# s3transfer

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
2626
# django
2727
beautifulsoup4==4.12.3
2828
# via pydata-sphinx-theme
29-
boto3==1.34.79
29+
boto3==1.34.80
3030
# via
3131
# -r requirements/django.txt
3232
# fs-s3fs
33-
botocore==1.34.79
33+
botocore==1.34.80
3434
# via
3535
# -r requirements/django.txt
3636
# boto3

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
2323
# via
2424
# -r requirements/django.txt
2525
# django
26-
boto3==1.34.79
26+
boto3==1.34.80
2727
# via
2828
# -r requirements/django.txt
2929
# fs-s3fs
30-
botocore==1.34.79
30+
botocore==1.34.80
3131
# via
3232
# -r requirements/django.txt
3333
# boto3
@@ -86,7 +86,7 @@ fs-s3fs==1.1.1
8686
# via
8787
# -r requirements/django.txt
8888
# openedx-django-pyfs
89-
hypothesis==6.100.0
89+
hypothesis==6.100.1
9090
# via -r requirements/test.in
9191
importlib-metadata==6.11.0
9292
# via
@@ -136,7 +136,7 @@ packaging==24.0
136136
# pyproject-api
137137
# pytest
138138
# tox
139-
path==16.12.1
139+
path==16.14.0
140140
# via -r requirements/test.in
141141
pbr==6.0.0
142142
# via

0 commit comments

Comments
 (0)