Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
michaelroytman authored Mar 6, 2024
2 parents e52edd6 + 60f6300 commit bb3780f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==24.2.0
# via -r requirements/quality.txt
cachetools==5.3.2
cachetools==5.3.3
# via tox
certifi==2024.2.2
# via
Expand All @@ -24,7 +24,7 @@ click==8.1.7
# black
colorama==0.4.6
# via tox
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/ci.in
# -r requirements/quality.txt
Expand Down Expand Up @@ -91,7 +91,7 @@ pyflakes==3.2.0
# flake8
pyproject-api==1.6.1
# via tox
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -112,15 +112,15 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# black
urllib3==2.2.1
# via
# -r requirements/quality.txt
# requests
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
xmlformatter==0.2.6
# via -r requirements/quality.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


# using LTS django version
Django<4.0
Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ black==24.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
build==1.0.3
build==1.1.1
# via
# -r requirements/pip-tools.txt
# pip-tools
bump2version==1.0.1
# via -r requirements/dev.in
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -45,12 +45,12 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
distlib==0.3.8
# via
Expand Down Expand Up @@ -83,7 +83,7 @@ importlib-metadata==7.0.1
# build
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
iniconfig==2.0.0
# via
Expand All @@ -96,7 +96,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.3.0
keyring==24.3.1
# via twine
lxml==5.1.0
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ pathspec==0.12.1
# black
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -177,7 +177,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -191,7 +191,7 @@ pytest-mock==3.12.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -203,7 +203,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -224,7 +224,7 @@ tox==4.13.0
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/dev.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -236,7 +236,7 @@ urllib3==2.2.1
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
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.1.0
setuptools==69.1.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.3.2
# requests
click==8.1.7
# via black
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -57,7 +57,7 @@ pycodestyle==2.11.1
# via flake8
pyflakes==3.2.0
# via flake8
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -74,7 +74,7 @@ tomli==2.0.1
# black
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via black
urllib3==2.2.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -30,7 +30,7 @@ packaging==23.2
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit bb3780f

Please sign in to comment.