Skip to content

Commit

Permalink
Merge pull request #43 from edx/jenkins/upgrade-python-requirements-0…
Browse files Browse the repository at this point in the history
…08b81a

Python Requirements Update
  • Loading branch information
alangsto committed Jul 27, 2023
2 parents 008b81a + b86a44a commit 0e810b0
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 31 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
Expand All @@ -32,5 +32,5 @@ sqlparse==0.4.4
# via django
typing-extensions==4.7.1
# via asgiref
urllib3==2.0.3
urllib3==2.0.4
# via requests
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.2
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build==0.10.0
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/quality.txt
# requests
Expand All @@ -27,7 +27,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.5
click==8.1.6
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -39,7 +39,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -49,7 +49,7 @@ coverage[toml]==7.2.7
# pytest-cov
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
dill==0.3.7
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -122,7 +122,7 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.0.0
pip-tools==7.1.0
# via -r requirements/pip-tools.txt
platformdirs==3.9.1
# via
Expand Down Expand Up @@ -257,15 +257,15 @@ typing-extensions==4.7.1
# asgiref
# astroid
# pylint
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/quality.txt
# requests
virtualenv==20.24.0
virtualenv==20.24.2
# via
# -r requirements/ci.txt
# tox
wheel==0.40.0
wheel==0.41.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bleach==6.0.0
# via readme-renderer
build==0.10.0
# via -r requirements/doc.in
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -26,11 +26,11 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.5
click==8.1.6
# via
# -r requirements/test.txt
# code-annotations
code-annotations==1.3.0
code-annotations==1.5.0
# via -r requirements/test.txt
coverage[toml]==7.2.7
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ markupsafe==2.1.3
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
more-itertools==10.0.0
# via jaraco-classes
packaging==23.1
# via
Expand Down Expand Up @@ -178,7 +178,7 @@ six==1.16.0
# pyjwkest
snowballstemmer==2.2.0
# via sphinx
sphinx==7.0.1
sphinx==7.1.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand Down Expand Up @@ -220,7 +220,7 @@ typing-extensions==4.7.1
# -r requirements/test.txt
# asgiref
# rich
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/test.txt
# requests
Expand Down
7 changes: 4 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
#
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
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.40.0
# pyproject-hooks
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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
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
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.6
dill==0.3.7
# via pylint
django==3.2.20
# via
Expand Down Expand Up @@ -172,7 +172,7 @@ typing-extensions==4.7.1
# asgiref
# astroid
# pylint
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/test.txt
# requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.5
click==8.1.6
# via code-annotations
code-annotations==1.3.0
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.2.7
# via pytest-cov
Expand Down Expand Up @@ -93,7 +93,7 @@ typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
urllib3==2.0.3
urllib3==2.0.4
# via
# -r requirements/base.txt
# requests

0 comments on commit 0e810b0

Please sign in to comment.