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

Merged
merged 1 commit into from
Nov 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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
coverage==6.5.0
# via coveralls
Expand All @@ -16,7 +16,7 @@ distlib==0.3.7
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -42,5 +42,5 @@ tox==3.28.0
# -r requirements/ci.in
urllib3==2.0.7
# via requests
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chardet==5.2.0
# via
# diff-cover
# pysrt
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -55,7 +55,7 @@ coverage[toml]==6.5.0
# pytest-cov
coveralls==3.3.1
# via -r requirements/ci.in
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# secretstorage
Expand All @@ -67,7 +67,7 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -110,9 +110,9 @@ edx-django-utils==5.7.0
# via
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.0
# via -r requirements/base.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand All @@ -122,9 +122,9 @@ exceptiongroup==1.1.3
# via
# anyio
# pytest
fastapi==0.104.0
fastapi==0.104.1
# via pact-python
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -240,7 +240,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -252,13 +252,13 @@ pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand Down Expand Up @@ -326,7 +326,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
tox==3.28.0
# via
Expand Down Expand Up @@ -357,7 +357,7 @@ urllib3==2.0.7
# twine
uvicorn==0.23.2
# via pact-python
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
zipp==3.17.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cffi==1.16.0
# pynacl
chardet==5.2.0
# via pysrt
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -50,15 +50,15 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# secretstorage
ddt==1.6.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -99,9 +99,9 @@ edx-django-utils==5.7.0
# via
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.0
# via -r requirements/base.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand All @@ -111,7 +111,7 @@ exceptiongroup==1.1.3
# via
# anyio
# pytest
fastapi==0.104.0
fastapi==0.104.1
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand Down Expand Up @@ -213,7 +213,7 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -225,13 +225,13 @@ pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand Down Expand Up @@ -296,7 +296,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
twine==4.0.2
# via -r requirements/quality.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cffi==1.16.0
# pynacl
chardet==5.2.0
# via pysrt
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -40,7 +40,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -82,7 +82,7 @@ edx-django-utils==5.7.0
# via
# edx-drf-extensions
# edx-toggles
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.0
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand All @@ -92,7 +92,7 @@ exceptiongroup==1.1.3
# via
# anyio
# pytest
fastapi==0.104.0
fastapi==0.104.1
# via pact-python
fs==2.4.16
# via -r requirements/test.in
Expand Down Expand Up @@ -152,13 +152,13 @@ pynacl==1.5.0
# via edx-django-utils
pysrt==1.1.2
# via -r requirements/base.in
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand Down
Loading