Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #252

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading