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

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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==3.2.0
# via requests
codecov==2.1.13
# via -r requirements/ci.in
coverage==7.3.0
coverage==7.3.1
# via codecov
distlib==0.3.7
# via virtualenv
Expand Down Expand Up @@ -45,5 +45,5 @@ typing-extensions==4.7.1
# via filelock
urllib3==2.0.4
# via requests
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
13 changes: 5 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
bleach==6.0.0
# via readme-renderer
build==1.0.0
build==1.0.3
# via -r requirements/quality.in
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -93,6 +91,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
# build
Expand Down Expand Up @@ -150,7 +150,7 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -166,7 +166,6 @@ secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# edx-lint
# tox
sqlparse==0.4.4
Expand Down Expand Up @@ -205,10 +204,8 @@ urllib3==2.0.4
# via
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
webencodings==0.5.1
# via bleach
wheel==0.41.2
# via -r requirements/dev.in
wrapt==1.15.0
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.2
# via -r requirements/pip.in
14 changes: 5 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
bleach==6.0.0
# via readme-renderer
build==1.0.0
build==1.0.3
# via -r requirements/quality.in
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -70,6 +68,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 build
pbr==5.11.1
Expand Down Expand Up @@ -108,7 +108,7 @@ python-slugify==8.0.1
# via code-annotations
pyyaml==6.0.1
# via code-annotations
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -123,9 +123,7 @@ rich==13.5.2
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# edx-lint
# via edx-lint
stevedore==5.1.0
# via code-annotations
text-unidecode==1.3
Expand All @@ -148,8 +146,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
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -21,7 +21,7 @@ pluggy==1.3.0
# via pytest
py==1.11.0
# via pytest-catchlog
pytest==7.4.1
pytest==7.4.2
# via
# pytest-catchlog
# pytest-cov
Expand Down