Skip to content

Commit

Permalink
Merge pull request #75 from edx/jenkins/upgrade-python-requirements-8…
Browse files Browse the repository at this point in the history
…bbafcc

Python Requirements Update
  • Loading branch information
MichaelRoytman committed Jan 31, 2024
2 parents 8bbafcc + 4c9b14c commit fd7b3ad
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pycryptodomex==3.20.0
# via pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
pytz==2023.3.post1
pytz==2023.4
# via django
requests==2.31.0
# via pyjwkest
Expand All @@ -32,5 +32,5 @@ sqlparse==0.4.4
# via django
typing-extensions==4.9.0
# via asgiref
urllib3==2.1.0
urllib3==2.2.0
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -146,7 +146,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -195,20 +195,20 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/quality.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -267,7 +267,7 @@ typing-extensions==4.9.0
# asgiref
# astroid
# pylint
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/quality.txt
# requests
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ click==8.1.7
# code-annotations
code-annotations==1.5.0
# via -r requirements/test.txt
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.0
cryptography==42.0.1
# via secretstorage
django==3.2.23
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.9.6
# via twine
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -132,20 +132,20 @@ pyjwkest==1.4.2
# via -r requirements/test.txt
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/test.txt
# babel
Expand Down Expand Up @@ -221,7 +221,7 @@ typing-extensions==4.9.0
# -r requirements/test.txt
# asgiref
# rich
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/test.txt
# requests
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.7
dill==0.3.8
# via pylint
django==3.2.23
# via
Expand Down Expand Up @@ -85,7 +85,7 @@ pbr==6.0.0
# stevedore
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -113,20 +113,20 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -171,7 +171,7 @@ typing-extensions==4.9.0
# asgiref
# astroid
# pylint
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/test.txt
# requests
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ click==8.1.7
# via code-annotations
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
Expand All @@ -47,25 +47,25 @@ packaging==23.2
# via pytest
pbr==6.0.0
# via stevedore
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pycryptodomex==3.20.0
# via
# -r requirements/base.txt
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.txt
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.in
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -95,7 +95,7 @@ typing-extensions==4.9.0
# via
# -r requirements/base.txt
# asgiref
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/base.txt
# requests

0 comments on commit fd7b3ad

Please sign in to comment.