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 Aug 15, 2023
1 parent 374b995 commit 99acc65
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -121,7 +121,7 @@ lxml==4.9.3
# via xblock
markupsafe==2.1.3
# via xblock
newrelic==8.9.0
newrelic==8.10.0
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.2.7
coverage==7.3.0
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
Expand All @@ -31,5 +31,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
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ typing-extensions==4.7.1
# pydantic
# pylint
# rich
virtualenv==20.24.2
virtualenv==20.24.3
# via tox
wheel==0.41.1
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.6
# 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 @@ -41,7 +41,7 @@ click-plugins==1.1.1
# via celery
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
cryptography==41.0.3
# via pyjwt
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.8.0
edx-drf-extensions==8.9.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -113,7 +113,7 @@ edx-when==2.4.0
# via -r requirements/base.in
event-tracking==2.2.0
# via -r requirements/base.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
execnet==2.0.2
# via pytest-xdist
Expand Down Expand Up @@ -150,7 +150,7 @@ mock==5.1.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via logilab-common
newrelic==8.9.0
newrelic==8.10.0
# via edx-django-utils
packaging==23.1
# via pytest
Expand Down

0 comments on commit 99acc65

Please sign in to comment.