Skip to content

Commit

Permalink
chore: Updating Python Requirements (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 18, 2023
1 parent bf33591 commit e9d553b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ edx-django-utils==5.7.0
# django-config-models
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via -r requirements/base.in
edx-opaque-keys==2.4.0
# via edx-drf-extensions
Expand All @@ -120,7 +120,7 @@ kombu==5.3.1
# via celery
markupsafe==2.1.3
# via jinja2
newrelic==8.9.0
newrelic==8.10.0
# via edx-django-utils
packaging==23.1
# via drf-yasg
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.24.2
virtualenv==20.24.3
# via tox
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
Expand Down Expand Up @@ -339,7 +339,7 @@ urllib3==2.0.4
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.24.2
virtualenv==20.24.3
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ edx-django-utils==5.7.0
# django-config-models
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via -r requirements/base.in
edx-opaque-keys==2.4.0
# via edx-drf-extensions
Expand All @@ -142,7 +142,7 @@ kombu==5.3.1
# via celery
markupsafe==2.1.3
# via jinja2
newrelic==8.9.0
newrelic==8.10.0
# via edx-django-utils
packaging==23.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
cryptography==41.0.3
# via
Expand Down Expand Up @@ -133,15 +133,15 @@ edx-django-utils==5.7.0
# django-config-models
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via -r requirements/base.txt
edx-opaque-keys==2.4.0
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-toggles==5.1.0
# via -r requirements/base.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
idna==3.4
# via
Expand Down Expand Up @@ -170,7 +170,7 @@ markupsafe==2.1.3
# jinja2
mock==5.1.0
# via -r requirements/test.in
newrelic==8.9.0
newrelic==8.10.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit e9d553b

Please sign in to comment.