Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 19, 2024
2 parents d68148c + c30cb1d commit cb4dc3e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.0
urllib3==2.2.1
# via requests
vine==5.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tomli==2.0.1
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tox.txt
virtualenv==20.25.0
# via
Expand Down
17 changes: 8 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ astroid==3.0.3
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.2.0
Expand Down Expand Up @@ -89,9 +88,7 @@ colorama==0.4.6
# -r requirements/tox.txt
# tox
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
dill==0.3.8
# via pylint
distlib==0.3.8
Expand Down Expand Up @@ -236,7 +233,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip_tools.in
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -290,8 +287,10 @@ pyproject-api==1.6.1
# -r requirements/tox.txt
# tox
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# build
# pip-tools
pytest==8.0.1
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -364,7 +363,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
tox==4.13.0
# via
# -r requirements/tox.in
# -r requirements/tox.txt
Expand All @@ -381,7 +380,7 @@ tzdata==2024.1
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
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
9 changes: 3 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ astroid==3.0.3
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.2.0
Expand Down Expand Up @@ -74,9 +73,7 @@ click-repl==0.3.0
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
dill==0.3.8
# via pylint
django==3.2.24
Expand Down Expand Up @@ -227,7 +224,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.0.0
pytest==8.0.1
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -305,7 +302,7 @@ tzdata==2024.1
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.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/tox.in
virtualenv==20.25.0
# via tox

0 comments on commit cb4dc3e

Please sign in to comment.