Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 29, 2024
2 parents 8489d89 + 40bfe21 commit 2aa32f7
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 44 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.4
cryptography==42.0.5
# via pyjwt
django==3.2.24
# via
Expand Down Expand Up @@ -53,7 +53,7 @@ edx-opaque-keys==2.5.1
# via edx-drf-extensions
idna==3.6
# via requests
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -81,11 +81,11 @@ six==1.16.0
# via -r requirements/base.in
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -19,7 +19,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -61,15 +61,15 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.4
cryptography==42.0.5
# via
# -r requirements/quality.txt
# pyjwt
ddt==1.7.1
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==4.0.0
# via
Expand Down Expand Up @@ -179,7 +179,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -226,9 +226,9 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==2.6.1
pydantic==2.6.3
# via inflect
pydantic-core==2.16.2
pydantic-core==2.16.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
Expand All @@ -239,7 +239,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -276,7 +276,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/quality.txt
# pytest-cov
Expand Down Expand Up @@ -321,7 +321,7 @@ sqlparse==0.4.4
# via
# -r requirements/quality.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -344,13 +344,13 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.13.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# annotated-types
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ click==8.1.7
# edx-django-utils
code-annotations==1.6.0
# via -r requirements/test.txt
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.4
cryptography==42.0.5
# via
# -r requirements/test.txt
# pyjwt
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.txt
django==3.2.24
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ markupsafe==2.1.5
# via
# -r requirements/test.txt
# jinja2
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -176,7 +176,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -200,7 +200,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# edx-django-release-util
readme-renderer==42.0
readme-renderer==43.0
# via -r requirements/doc.in
requests==2.31.0
# via
Expand Down Expand Up @@ -244,7 +244,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -261,7 +261,7 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
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
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -38,15 +38,15 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.4
cryptography==42.0.5
# via
# -r requirements/test.txt
# pyjwt
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -124,7 +124,7 @@ markupsafe==2.1.5
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -159,7 +159,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -181,7 +181,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -223,7 +223,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -239,9 +239,9 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ click==8.1.7
# edx-django-utils
code-annotations==1.6.0
# via -r requirements/test.in
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via pytest-cov
cryptography==42.0.4
cryptography==42.0.5
# via
# -r requirements/base.txt
# pyjwt
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.in
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -91,7 +91,7 @@ jinja2==3.1.3
# via code-annotations
markupsafe==2.1.5
# via jinja2
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -124,7 +124,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -159,7 +159,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -171,7 +171,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 2aa32f7

Please sign in to comment.