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 #1144

Closed
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# -c requirements/constraints.txt
# celery
Expand Down Expand Up @@ -94,7 +94,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.9.0
edx-drf-extensions==8.9.1
# 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.10.0
newrelic==8.10.1
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.1.1
billiard==4.1.0
celery==5.3.1
click==8.1.6
click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.3
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==2.15.6
# pylint-celery
chardet==5.2.0
# via diff-cover
click==8.1.6
click==8.1.7
# via
# -c requirements/constraints.txt
# click-log
Expand Down Expand Up @@ -125,7 +125,7 @@ rstcheck==6.1.2
# via -r requirements/quality.in
rstcheck-core==1.0.3
# via rstcheck
shellingham==1.5.0.post1
shellingham==1.5.3
# via typer
six==1.16.0
# via
Expand All @@ -150,7 +150,7 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/dev.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/dev.in
typer[all]==0.7.0
# via rstcheck
Expand All @@ -165,7 +165,7 @@ typing-extensions==4.7.1
# rich
virtualenv==20.24.3
# via tox
wheel==0.41.1
wheel==0.41.2
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via
# -c requirements/constraints.txt
# pip-tools
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
click==8.1.6
click==8.1.7
# via
# -c requirements/constraints.txt
# click-log
Expand Down Expand Up @@ -85,7 +85,7 @@ rstcheck==6.1.2
# via -r requirements/quality.in
rstcheck-core==1.0.3
# via rstcheck
shellingham==1.5.0.post1
shellingham==1.5.3
# via typer
six==1.16.0
# via edx-lint
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.9.0
edx-drf-extensions==8.9.1
# via
# -r requirements/base.in
# edx-when
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.10.0
newrelic==8.10.1
# via edx-django-utils
packaging==23.1
# via pytest
Expand Down
Loading