Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Feanil Patel authored Jul 24, 2023
2 parents 1fb3798 + b80a29e commit dde915c
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.4
boto3==1.28.9
# via fs-s3fs
botocore==1.31.4
botocore==1.31.9
# via
# boto3
# s3transfer
certifi==2023.5.7
certifi==2023.7.22
# via requests
chardet==5.1.0
# via binaryornot
charset-normalizer==3.2.0
# via requests
click==8.1.5
click==8.1.6
# via cookiecutter
cookiecutter==2.2.3
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.24.0
virtualenv==20.24.1
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ bok-choy==0.7.1
# via
# -r requirements/test.in
# -r requirements/test.txt
boto3==1.28.4
boto3==1.28.9
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.4
botocore==1.31.9
# via
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
# s3transfer
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -62,7 +62,7 @@ charset-normalizer==3.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.1.5
click==8.1.6
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -72,7 +72,7 @@ click==8.1.5
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.2.3
# via
Expand All @@ -87,7 +87,7 @@ ddt==1.6.0
# via
# -r requirements/test.in
# -r requirements/test.txt
dill==0.3.6
dill==0.3.7
# via pylint
distlib==0.3.7
# via
Expand Down Expand Up @@ -359,7 +359,7 @@ urllib3==1.26.16
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.0
virtualenv==20.24.1
# via
# -r requirements/test.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==0.10.0
# via pip-tools
click==8.1.5
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.0.0
pip-tools==7.1.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.40.0
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.40.0
wheel==0.41.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.28.4
boto3==1.28.9
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.4
botocore==1.31.9
# via
# -r requirements/test.txt
# boto3
# s3transfer
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -49,7 +49,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.5
click==8.1.6
# via
# -r requirements/test.txt
# click-log
Expand All @@ -58,7 +58,7 @@ click==8.1.5
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.2.3
# via -r requirements/test.txt
Expand All @@ -68,7 +68,7 @@ coverage[toml]==7.2.7
# pytest-cov
ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.6
dill==0.3.7
# via pylint
distlib==0.3.7
# via
Expand Down Expand Up @@ -303,7 +303,7 @@ urllib3==1.26.16
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.0
virtualenv==20.24.1
# via
# -r requirements/test.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ binaryornot==0.4.4
# cookiecutter
bok-choy==0.7.1
# via -r requirements/test.in
boto3==1.28.4
boto3==1.28.9
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.4
botocore==1.31.9
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
Expand All @@ -45,7 +45,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.5
click==8.1.6
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -222,7 +222,7 @@ urllib3==1.26.16
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.24.0
virtualenv==20.24.1
# via tox
web-fragments==2.0.0
# via
Expand Down

0 comments on commit dde915c

Please sign in to comment.