Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 26, 2024
1 parent 8fa11d1 commit 75f3168
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ djangorestframework==3.14.0
# via -r requirements/base.in
edx-django-utils==5.10.1
# via -r requirements/base.in
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -42,7 +42,7 @@ pytz==2024.1
# djangorestframework
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via edx-django-utils
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tox==3.28.0
# tox-travis
tox-travis==0.13
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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 Down Expand Up @@ -38,11 +38,11 @@ code-annotations==1.6.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/quality.txt
# pytest-cov
ddt==1.7.1
ddt==1.7.2
# via -r requirements/quality.txt
dill==0.3.8
# via
Expand Down Expand Up @@ -117,7 +117,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 @@ -167,7 +167,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -196,7 +196,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 @@ -240,7 +240,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 Down Expand Up @@ -271,13 +271,13 @@ tox==3.28.0
# tox-travis
tox-travis==0.13
# via -r requirements/ci.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# asgiref
# astroid
# pylint
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ click==8.1.7
# via
# -r requirements/test.txt
# edx-django-utils
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.txt
django==3.2.24
# via
Expand Down Expand Up @@ -82,7 +82,7 @@ importlib-metadata==7.0.1
# keyring
# sphinx
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
iniconfig==2.0.0
# via
Expand All @@ -106,7 +106,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -149,7 +149,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 @@ -221,7 +221,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -232,7 +232,7 @@ tomli==2.0.1
# pytest
twine==5.0.0
# via -r requirements/doc.in
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
16 changes: 8 additions & 8 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 All @@ -27,11 +27,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -78,7 +78,7 @@ markupsafe==2.1.5
# via 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 @@ -108,7 +108,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -126,7 +126,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 @@ -163,7 +163,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 @@ -178,7 +178,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -47,7 +47,7 @@ freezegun==1.4.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -71,7 +71,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 All @@ -96,15 +96,15 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# edx-django-utils
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref

0 comments on commit 75f3168

Please sign in to comment.