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

Merged
merged 1 commit into from
Feb 22, 2024
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 @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==42.0.2
cryptography==42.0.4
# via secretstorage
diff-cover==8.0.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -184,7 +184,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/dev.in
twine==5.0.0
# via -r requirements/dev.in
Expand All @@ -194,11 +194,11 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via -r requirements/dev.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==42.0.2
cryptography==42.0.4
# via secretstorage
django==3.2.24
# via
Expand Down Expand Up @@ -204,7 +204,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# twine
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
coverage[toml]==7.4.2
# via pytest-cov
ddt==1.7.1
# via -r requirements/test.in
# via
Expand All @@ -57,7 +55,7 @@ pluggy==1.4.0
# via pytest
prompt-toolkit==3.0.43
# via click-repl
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down
Loading