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 Sep 26, 2023
1 parent f258078 commit 70d01a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -187,7 +187,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.0.0
newrelic==9.1.0
# via edx-django-utils
nh3==0.2.14
# via readme-renderer
Expand Down Expand Up @@ -236,7 +236,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pylint==2.17.5
pylint==2.17.6
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -375,7 +375,7 @@ wheel==0.41.2
# via pip-tools
wrapt==1.15.0
# via astroid
xblock==1.7.0
xblock==1.8.0
# via -r requirements/base.in
zipp==3.17.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ markupsafe==2.1.3
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.0.0
newrelic==9.1.0
# via edx-django-utils
packaging==23.1
# via
Expand Down Expand Up @@ -282,7 +282,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.7.0
xblock==1.8.0
# via -r requirements/base.in
zipp==3.17.0
# via importlib-metadata
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -166,7 +166,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.0.0
newrelic==9.1.0
# via edx-django-utils
nh3==0.2.14
# via readme-renderer
Expand Down Expand Up @@ -198,7 +198,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pylint==2.17.5
pylint==2.17.6
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -318,7 +318,7 @@ webob==1.8.7
# via xblock
wrapt==1.15.0
# via astroid
xblock==1.7.0
xblock==1.8.0
# via -r requirements/base.in
zipp==3.17.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ markupsafe==2.1.3
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.0.0
newrelic==9.1.0
# via edx-django-utils
packaging==23.1
# via pytest
Expand Down Expand Up @@ -214,7 +214,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.7.0
xblock==1.8.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 70d01a5

Please sign in to comment.