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

Merged
merged 1 commit into from
Sep 13, 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
23 changes: 9 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ astroid==2.15.6
# -r requirements/test.txt
# pylint
# pylint-celery
bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -51,7 +47,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -171,6 +167,10 @@ newrelic==9.0.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.14
# via
# -r requirements/test.txt
# readme-renderer
packaging==23.1
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -250,7 +250,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -276,7 +276,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# responses
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -309,7 +309,6 @@ six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# bleach
# edx-lint
# python-dateutil
# tox
Expand Down Expand Up @@ -372,14 +371,10 @@ urllib3==2.0.4
# requests
# responses
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.1
# via -r requirements/pip.in
13 changes: 5 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
bleach==6.0.0
# via readme-renderer
certifi==2023.7.22
# via
# -r requirements/base.txt
Expand All @@ -38,7 +36,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
cryptography==41.0.3
# via secretstorage
Expand Down Expand Up @@ -110,6 +108,8 @@ newrelic==9.0.0
# via
# -r requirements/base.txt
# edx-django-utils
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via pytest
pbr==5.11.1
Expand Down Expand Up @@ -156,7 +156,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.1
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand All @@ -176,7 +176,7 @@ pyyaml==6.0.1
# via
# code-annotations
# responses
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -197,7 +197,6 @@ secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# edx-lint
# python-dateutil
slumber==0.7.1
Expand Down Expand Up @@ -237,8 +236,6 @@ urllib3==2.0.4
# requests
# responses
# twine
webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.16.2
Expand Down