Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 3b7792a

Browse files
Merge pull request #121 from openedx/jenkins/upgrade-python-requirements-da5a09e
Python Requirements Update
2 parents da5a09e + 0d49f14 commit 3b7792a

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.7.2
1010
# via django
11-
boto3==1.28.40
11+
boto3==1.28.44
1212
# via fs-s3fs
13-
botocore==1.31.40
13+
botocore==1.31.44
1414
# via
1515
# boto3
1616
# s3transfer
17-
django==3.2.20
17+
django==3.2.21
1818
# via
1919
# -c requirements/common_constraints.txt
2020
# -r requirements/base.in
@@ -46,7 +46,7 @@ python-dateutil==2.8.2
4646
# via
4747
# botocore
4848
# xblock
49-
pytz==2023.3
49+
pytz==2023.3.post1
5050
# via
5151
# django
5252
# xblock

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ typing-extensions==4.7.1
6161
# filelock
6262
urllib3==2.0.4
6363
# via requests
64-
virtualenv==20.24.4
64+
virtualenv==20.24.5
6565
# via
6666
# -r requirements/tox.txt
6767
# tox

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ wheel==0.41.2
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==23.2.1
1212
# via -r requirements/pip.in
13-
setuptools==68.1.2
13+
setuptools==68.2.0
1414
# via -r requirements/pip.in

requirements/pip_tools.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-
build==1.0.0
7+
build==1.0.3
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools

requirements/quality.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ asgiref==3.7.2
1414
# django
1515
astroid==2.15.6
1616
# via pylint
17-
boto3==1.28.40
17+
boto3==1.28.44
1818
# via
1919
# -r requirements/base.txt
2020
# fs-s3fs
21-
botocore==1.31.40
21+
botocore==1.31.44
2222
# via
2323
# -r requirements/base.txt
2424
# boto3
2525
# s3transfer
26-
coverage==7.3.0
26+
coverage==7.3.1
2727
# via -r requirements/test.txt
2828
dill==0.3.7
2929
# via pylint
30-
django==3.2.20
30+
django==3.2.21
3131
# via
3232
# -c requirements/common_constraints.txt
3333
# -r requirements/base.txt
@@ -97,7 +97,7 @@ python-dateutil==2.8.2
9797
# -r requirements/base.txt
9898
# botocore
9999
# xblock
100-
pytz==2023.3
100+
pytz==2023.3.post1
101101
# via
102102
# -r requirements/base.txt
103103
# django

requirements/test.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-
coverage==7.3.0
7+
coverage==7.3.1
88
# via -r requirements/test.in
99
edx-opaque-keys==2.5.0
1010
# via -r requirements/test.in

requirements/tox.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ tox==3.28.0
2828
# -r requirements/tox.in
2929
typing-extensions==4.7.1
3030
# via filelock
31-
virtualenv==20.24.4
31+
virtualenv==20.24.5
3232
# via tox

0 commit comments

Comments
 (0)