Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 5ec1ccb

Browse files
chore: Updating Python Requirements (#691)
1 parent 4123349 commit 5ec1ccb

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1
1212
# via django
1313
boto==2.49.0
1414
# via -r requirements/base.in
15-
boto3==1.28.73
15+
boto3==1.28.74
1616
# via -r requirements/base.in
17-
botocore==1.31.73
17+
botocore==1.31.74
1818
# via
1919
# boto3
2020
# s3transfer

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1
1212
# via django
1313
boto==2.49.0
1414
# via -r requirements/base.in
15-
boto3==1.28.73
15+
boto3==1.28.74
1616
# via -r requirements/base.in
17-
botocore==1.31.73
17+
botocore==1.31.74
1818
# via
1919
# boto3
2020
# s3transfer

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ beautifulsoup4==4.12.2
2222
# via pydata-sphinx-theme
2323
boto==2.49.0
2424
# via -r requirements/base.in
25-
boto3==1.28.73
25+
boto3==1.28.74
2626
# via -r requirements/base.in
27-
botocore==1.31.73
27+
botocore==1.31.74
2828
# via
2929
# boto3
3030
# s3transfer
@@ -186,7 +186,7 @@ psutil==5.9.6
186186
# via edx-django-utils
187187
pycparser==2.21
188188
# via cffi
189-
pydata-sphinx-theme==0.14.2
189+
pydata-sphinx-theme==0.14.3
190190
# via sphinx-book-theme
191191
pygments==2.16.1
192192
# via

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
66
#
7-
wheel==0.41.2
7+
wheel==0.41.3
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:

requirements/pip_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tomli==2.0.1
2323
# build
2424
# pip-tools
2525
# pyproject-hooks
26-
wheel==0.41.2
26+
wheel==0.41.3
2727
# via pip-tools
2828
zipp==3.17.0
2929
# via importlib-metadata

requirements/production.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1
1212
# via django
1313
boto==2.49.0
1414
# via -r requirements/base.in
15-
boto3==1.28.73
15+
boto3==1.28.74
1616
# via -r requirements/base.in
17-
botocore==1.31.73
17+
botocore==1.31.74
1818
# via
1919
# boto3
2020
# s3transfer

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1
1414
# via django
1515
boto==2.49.0
1616
# via -r requirements/base.in
17-
boto3==1.28.73
17+
boto3==1.28.74
1818
# via -r requirements/base.in
19-
botocore==1.31.73
19+
botocore==1.31.74
2020
# via
2121
# boto3
2222
# s3transfer
@@ -221,7 +221,7 @@ pytest==7.4.3
221221
# pytest-django
222222
pytest-cov==4.1.0
223223
# via -r requirements/test.in
224-
pytest-django==4.5.2
224+
pytest-django==4.6.0
225225
# via -r requirements/test.in
226226
python-dateutil==2.8.2
227227
# via

requirements/tox.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
distlib==0.3.7
88
# via virtualenv
9-
filelock==3.13.0
9+
filelock==3.13.1
1010
# via
1111
# tox
1212
# virtualenv

0 commit comments

Comments
 (0)