Skip to content

Commit d8bd085

Browse files
authored
Merge pull request #687 from openedx/jenkins/upgrade-python-requirements-9a634bf
Python Requirements Update
2 parents 9a634bf + ee2ddc5 commit d8bd085

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coverage==7.3.2
88
# via -r requirements/ci.in
99
distlib==0.3.7
1010
# via virtualenv
11-
filelock==3.13.0
11+
filelock==3.13.1
1212
# via
1313
# tox
1414
# virtualenv

requirements/dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ binaryornot==0.4.4
2929
# via
3030
# -r requirements/test.txt
3131
# cookiecutter
32-
boto3==1.28.73
32+
boto3==1.28.78
3333
# via
3434
# -r requirements/test.txt
3535
# fs-s3fs
36-
botocore==1.31.73
36+
botocore==1.31.78
3737
# via
3838
# -r requirements/test.txt
3939
# boto3
@@ -50,7 +50,7 @@ chardet==5.2.0
5050
# via
5151
# -r requirements/test.txt
5252
# binaryornot
53-
charset-normalizer==3.3.1
53+
charset-normalizer==3.3.2
5454
# via
5555
# -r requirements/test.txt
5656
# requests
@@ -109,7 +109,7 @@ exceptiongroup==1.1.3
109109
# -r requirements/test.txt
110110
# hypothesis
111111
# pytest
112-
filelock==3.13.0
112+
filelock==3.13.1
113113
# via
114114
# -r requirements/ci.txt
115115
# -r requirements/test.txt
@@ -281,7 +281,7 @@ pytest==7.4.3
281281
# pytest-django
282282
pytest-cov==4.1.0
283283
# via -r requirements/test.txt
284-
pytest-django==4.5.2
284+
pytest-django==4.6.0
285285
# via -r requirements/test.txt
286286
python-dateutil==2.8.2
287287
# via
@@ -360,7 +360,7 @@ tomli==2.0.1
360360
# pyproject-hooks
361361
# pytest
362362
# tox
363-
tomlkit==0.12.1
363+
tomlkit==0.12.2
364364
# via
365365
# -r requirements/test.txt
366366
# pylint
@@ -403,7 +403,7 @@ webob==1.8.7
403403
# -r requirements/test.txt
404404
# xblock
405405
# xblock-sdk
406-
wheel==0.41.2
406+
wheel==0.41.3
407407
# via
408408
# -r requirements/pip-tools.txt
409409
# pip-tools

requirements/django.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ appdirs==1.4.4
88
# via
99
# -r requirements/base.txt
1010
# fs
11-
boto3==1.28.73
11+
boto3==1.28.78
1212
# via fs-s3fs
13-
botocore==1.31.73
13+
botocore==1.31.78
1414
# via
1515
# boto3
1616
# s3transfer

requirements/doc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ babel==2.13.1
1818
# sphinx
1919
beautifulsoup4==4.12.2
2020
# via pydata-sphinx-theme
21-
boto3==1.28.73
21+
boto3==1.28.78
2222
# via
2323
# -r requirements/django.txt
2424
# fs-s3fs
25-
botocore==1.31.73
25+
botocore==1.31.78
2626
# via
2727
# -r requirements/django.txt
2828
# boto3
2929
# s3transfer
3030
certifi==2023.7.22
3131
# via requests
32-
charset-normalizer==3.3.1
32+
charset-normalizer==3.3.2
3333
# via requests
3434
django==2.2.28
3535
# via
@@ -81,7 +81,7 @@ packaging==23.2
8181
# via
8282
# pydata-sphinx-theme
8383
# sphinx
84-
pydata-sphinx-theme==0.14.2
84+
pydata-sphinx-theme==0.14.3
8585
# via sphinx-book-theme
8686
pygments==2.16.1
8787
# via

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tomli==2.0.1
2121
# build
2222
# pip-tools
2323
# pyproject-hooks
24-
wheel==0.41.2
24+
wheel==0.41.3
2525
# via pip-tools
2626
zipp==3.17.0
2727
# via importlib-metadata

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
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/test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==23.1.0
2121
# via hypothesis
2222
binaryornot==0.4.4
2323
# via cookiecutter
24-
boto3==1.28.73
24+
boto3==1.28.78
2525
# via
2626
# -r requirements/django.txt
2727
# fs-s3fs
28-
botocore==1.31.73
28+
botocore==1.31.78
2929
# via
3030
# -r requirements/django.txt
3131
# boto3
@@ -34,7 +34,7 @@ certifi==2023.7.22
3434
# via requests
3535
chardet==5.2.0
3636
# via binaryornot
37-
charset-normalizer==3.3.1
37+
charset-normalizer==3.3.2
3838
# via requests
3939
click==8.1.7
4040
# via
@@ -73,7 +73,7 @@ exceptiongroup==1.1.3
7373
# via
7474
# hypothesis
7575
# pytest
76-
filelock==3.13.0
76+
filelock==3.13.1
7777
# via
7878
# tox
7979
# virtualenv
@@ -191,7 +191,7 @@ pytest==7.4.3
191191
# pytest-django
192192
pytest-cov==4.1.0
193193
# via -r requirements/test.in
194-
pytest-django==4.5.2
194+
pytest-django==4.6.0
195195
# via -r requirements/test.in
196196
python-dateutil==2.8.2
197197
# via
@@ -253,7 +253,7 @@ tomli==2.0.1
253253
# pylint
254254
# pytest
255255
# tox
256-
tomlkit==0.12.1
256+
tomlkit==0.12.2
257257
# via pylint
258258
tox==3.28.0
259259
# via

0 commit comments

Comments
 (0)