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

Merged
merged 1 commit into from
Jul 3, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django-crum==0.7.9
# via -r requirements/base.in
django-waffle==3.0.0
# via -r requirements/base.in
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/base.in
pbr==5.11.1
# via stevedore
Expand All @@ -35,5 +35,5 @@ sqlparse==0.4.4
# via django
stevedore==5.1.0
# via -r requirements/base.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down
17 changes: 9 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ filelock==3.12.2
# -r requirements/ci.txt
# tox
# virtualenv
inflect==6.0.4
inflect==6.1.0
# via jinja2-pluralize
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ mccabe==0.7.0
# pylint
mock==5.0.2
# via -r requirements/quality.txt
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/quality.txt
packaging==23.1
# via
Expand All @@ -128,15 +128,15 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.txt
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -157,7 +157,7 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==1.10.9
pydantic==1.10.10
# via inflect
pydocstyle==6.3.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -189,7 +189,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -243,6 +243,7 @@ tomli==2.0.1
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
Expand All @@ -258,7 +259,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/quality.txt
# asgiref
Expand Down
13 changes: 6 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.2
# via sphinx
keyring==23.13.1
keyring==24.2.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -97,7 +97,7 @@ mock==5.0.2
# via -r requirements/test.txt
more-itertools==9.1.0
# via jaraco-classes
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/test.txt
packaging==23.1
# via
Expand All @@ -111,7 +111,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -133,7 +133,7 @@ pygments==2.15.1
# sphinx
pynacl==1.5.0
# via -r requirements/test.txt
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -147,7 +147,7 @@ pytz==2023.3
# -r requirements/test.txt
# babel
# django
readme-renderer==37.3
readme-renderer==40.0
# via
# -r requirements/doc.in
# twine
Expand All @@ -174,7 +174,6 @@ soupsieve==2.4.1
# via beautifulsoup4
sphinx==4.2.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down Expand Up @@ -208,7 +207,7 @@ tomli==2.0.1
# pytest
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# 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.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mccabe==0.7.0
# via pylint
mock==5.0.2
# via -r requirements/test.txt
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/test.txt
packaging==23.1
# via
Expand All @@ -77,9 +77,9 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -109,7 +109,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pynacl==1.5.0
# via -r requirements/test.txt
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -148,7 +148,7 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ iniconfig==2.0.0
# via pytest
mock==5.0.2
# via -r requirements/test.in
newrelic==8.8.0
newrelic==8.8.1
# via -r requirements/base.txt
packaging==23.1
# via pytest
pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
pluggy==1.0.0
pluggy==1.2.0
# via pytest
psutil==5.9.5
# via -r requirements/base.txt
Expand All @@ -50,7 +50,7 @@ pycparser==2.21
# cffi
pynacl==1.5.0
# via -r requirements/base.txt
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand All @@ -72,7 +72,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref