Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Oct 9, 2023
2 parents df10fda + 85ddc11 commit 1cc86c0
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
Expand All @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
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 python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==68.2.0
setuptools==68.2.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
20 changes: 11 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
arrow==1.2.3
arrow==1.3.0
# via cookiecutter
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand All @@ -16,7 +16,7 @@ certifi==2023.7.22
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand All @@ -28,7 +28,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.3.0
cookiecutter==2.4.0
# via -r requirements/base.in
dill==0.3.7
# via pylint
Expand All @@ -54,11 +54,11 @@ mdurl==0.1.2
# via markdown-it-py
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pygments==2.16.1
# via rich
pylint==2.17.5
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand All @@ -84,7 +84,7 @@ pyyaml==6.0.1
# cookiecutter
requests==2.31.0
# via cookiecutter
rich==13.5.2
rich==13.6.0
# via cookiecutter
six==1.16.0
# via
Expand All @@ -98,12 +98,14 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.8.0
# via
# astroid
# pylint
# rich
urllib3==2.0.4
urllib3==2.0.6
# via requests
wrapt==1.15.0
# via astroid
8 changes: 3 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand All @@ -26,7 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox
42 changes: 22 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ alabaster==0.7.13
# via
# -r requirements/test.txt
# sphinx
arrow==1.2.3
arrow==1.3.0
# via
# -r requirements/test.txt
# cookiecutter
asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.6
astroid==2.15.8
# via
# -r requirements/test.txt
# pylint
# pylint-celery
babel==2.12.1
babel==2.13.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -47,15 +47,15 @@ certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/test.txt
# requests
Expand All @@ -76,11 +76,11 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
cookiecutter==2.3.0
cookiecutter==2.4.0
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -93,7 +93,7 @@ distlib==0.3.7
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.21
django==3.2.22
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -119,7 +119,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -141,7 +141,7 @@ importlib-metadata==6.8.0
# keyring
# sphinx
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -200,7 +200,7 @@ nh3==0.2.14
# via
# -r requirements/test.txt
# readme-renderer
packaging==23.1
packaging==23.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -220,7 +220,7 @@ pkginfo==1.9.6
# via
# -r requirements/test.txt
# twine
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -242,7 +242,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.1
# via
# -r requirements/test.txt
# sphinx-book-theme
Expand All @@ -257,7 +257,7 @@ pygments==2.16.1
# readme-renderer
# rich
# sphinx
pylint==2.17.5
pylint==2.17.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -330,7 +330,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.5.2
rich==13.6.0
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -433,17 +433,19 @@ tox-battery==0.6.2
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/test.txt
typing-extensions==4.7.1
types-python-dateutil==2.8.19.14
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.8.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# asgiref
# astroid
# filelock
# pydata-sphinx-theme
# pylint
# rich
urllib3==2.0.4
urllib3==2.0.6
# via
# -r requirements/test.txt
# requests
Expand All @@ -461,7 +463,7 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand All @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
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.2.0
setuptools==68.2.2
# via -r requirements/pip.in
Loading

0 comments on commit 1cc86c0

Please sign in to comment.