Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 19, 2024
2 parents d689506 + 7852675 commit 8161c99
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
urllib3==2.2.0
urllib3==2.2.1
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cookiecutter==2.5.0
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==42.0.2
cryptography==42.0.3
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -221,7 +221,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
Expand Down Expand Up @@ -290,7 +290,8 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cookies
Expand Down Expand Up @@ -431,7 +432,7 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/test.txt
Expand All @@ -447,7 +448,7 @@ typing-extensions==4.9.0
# pydata-sphinx-theme
# pylint
# rich
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/test.txt
# requests
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cookiecutter==2.5.0
# via
# -r requirements/base.txt
# pytest-cookies
cryptography==42.0.2
cryptography==42.0.3
# via secretstorage
dill==0.3.8
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
pytest==8.0.1
# via pytest-cookies
pytest-cookies==0.7.0
# via -r requirements/test.in
Expand Down Expand Up @@ -330,7 +330,7 @@ typing-extensions==4.9.0
# pydata-sphinx-theme
# pylint
# rich
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 8161c99

Please sign in to comment.