Skip to content

Commit

Permalink
Merge pull request #121 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-da5a09e

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Sep 12, 2023
2 parents da5a09e + 0d49f14 commit 3b7792a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.40
boto3==1.28.44
# via fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -46,7 +46,7 @@ python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# django
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typing-extensions==4.7.1
# filelock
urllib3==2.0.4
# via requests
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ asgiref==3.7.2
# django
astroid==2.15.6
# via pylint
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/base.txt
# boto3
# s3transfer
coverage==7.3.0
coverage==7.3.1
# via -r requirements/test.txt
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -97,7 +97,7 @@ python-dateutil==2.8.2
# -r requirements/base.txt
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.3.0
coverage==7.3.1
# via -r requirements/test.in
edx-opaque-keys==2.5.0
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox

0 comments on commit 3b7792a

Please sign in to comment.