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

Merged
merged 1 commit into from
Sep 12, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ asgiref==3.7.2
# via django
attrs==23.1.0
# via -r requirements/base.in
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
edx-opaque-keys[django]==2.5.0
# via -r requirements/base.in
fastavro==1.8.2
fastavro==1.8.3
# via -r requirements/base.in
pbr==5.11.1
# via stevedore
pymongo==3.13.0
# via edx-opaque-keys
pytz==2023.3
pytz==2023.3.post1
# via django
sqlparse==0.4.4
# via django
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
29 changes: 12 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ astroid==2.15.6
# pylint-celery
attrs==23.1.0
# via -r requirements/quality.txt
bleach==6.0.0
# via
# -r requirements/quality.txt
# readme-renderer
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -53,7 +49,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -73,7 +69,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -89,7 +85,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
fastavro==1.8.2
fastavro==1.8.3
# via -r requirements/quality.txt
filelock==3.12.3
# via
Expand Down Expand Up @@ -161,6 +157,10 @@ more-itertools==10.1.0
# via
# -r requirements/quality.txt
# jaraco-classes
nh3==0.2.14
# via
# -r requirements/quality.txt
# readme-renderer
packaging==23.1
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -238,7 +238,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -251,15 +251,15 @@ python-slugify==8.0.1
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/quality.txt
# django
pyyaml==6.0.1
# via
# -r requirements/quality.txt
# code-annotations
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -288,7 +288,6 @@ six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# bleach
# edx-lint
# tox
snowballstemmer==2.2.0
Expand Down Expand Up @@ -348,14 +347,10 @@ urllib3==2.0.4
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
webencodings==0.5.1
# via
# -r requirements/quality.txt
# bleach
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
Expand Down
24 changes: 10 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ babel==2.12.1
# via sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
bleach==6.0.0
# via readme-renderer
build==1.0.0
build==1.0.3
# via -r requirements/doc.in
certifi==2023.7.22
# via requests
Expand All @@ -34,15 +32,15 @@ code-annotations==1.5.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.3
# via secretstorage
ddt==1.6.0
# via -r requirements/test.txt
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -61,7 +59,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
fastavro==1.8.2
fastavro==1.8.3
# via -r requirements/test.txt
idna==3.4
# via requests
Expand Down Expand Up @@ -104,6 +102,8 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -138,7 +138,7 @@ pymongo==3.13.0
# edx-opaque-keys
pyproject-hooks==1.0.0
# via build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -151,7 +151,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# babel
Expand All @@ -161,7 +161,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# sphinx-book-theme
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -179,9 +179,7 @@ rich==13.5.2
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# livereload
# via livereload
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
Expand Down Expand Up @@ -254,8 +252,6 @@ urllib3==2.0.4
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.16.2
# via
# importlib-metadata
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.0
# via -r requirements/pip.in
22 changes: 9 additions & 13 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ astroid==2.15.6
# pylint-celery
attrs==23.1.0
# via -r requirements/test.txt
bleach==6.0.0
# via readme-renderer
certifi==2023.7.22
# via requests
cffi==1.15.1
Expand All @@ -34,7 +32,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 All @@ -44,7 +42,7 @@ ddt==1.6.0
# via -r requirements/test.txt
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -58,7 +56,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
fastavro==1.8.2
fastavro==1.8.3
# via -r requirements/test.txt
idna==3.4
# via requests
Expand Down Expand Up @@ -102,6 +100,8 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -146,7 +146,7 @@ pymongo==3.13.0
# via
# -r requirements/test.txt
# edx-opaque-keys
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -159,15 +159,15 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -182,9 +182,7 @@ rich==13.5.2
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# edx-lint
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
Expand Down Expand Up @@ -222,8 +220,6 @@ urllib3==2.0.4
# via
# requests
# twine
webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.16.2
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ click==8.1.7
# via code-annotations
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
ddt==1.6.0
# via -r requirements/test.in
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
edx-opaque-keys[django]==2.5.0
# via -r requirements/base.txt
exceptiongroup==1.1.3
# via pytest
fastavro==1.8.2
fastavro==1.8.3
# via -r requirements/base.txt
iniconfig==2.0.0
# via pytest
Expand All @@ -46,7 +46,7 @@ pymongo==3.13.0
# via
# -r requirements/base.txt
# edx-opaque-keys
pytest==7.4.1
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand All @@ -56,7 +56,7 @@ pytest-django==4.5.2
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down