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

Merged
merged 1 commit into from
Feb 26, 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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pbr==6.0.0
# via stevedore
pymongo==3.13.0
# via -r requirements/base.in
stevedore==5.1.0
stevedore==5.2.0
# via -r requirements/base.in
typing-extensions==4.9.0
# via -r requirements/base.in
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.4.1
coverage==7.4.2
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand All @@ -30,5 +30,5 @@ tomli==2.0.1
# via tox
tox==3.28.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ code-annotations==1.6.0
# via
# -r requirements/doc.txt
# edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/doc.txt
Expand Down Expand Up @@ -96,7 +95,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.98.6
hypothesis==6.98.10
# via -r requirements/doc.txt
idna==3.6
# via
Expand Down Expand Up @@ -159,7 +158,7 @@ pbr==6.0.0
# via
# -r requirements/doc.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -220,6 +219,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==5.4.3
# via
# -c requirements/constraints.txt
Expand Down Expand Up @@ -305,7 +305,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via
# -r requirements/doc.txt
# sphinx
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/doc.txt
# code-annotations
Expand Down Expand Up @@ -338,11 +338,11 @@ typing-extensions==4.9.0
# mypy
# pydata-sphinx-theme
# pylint
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/doc.txt
# requests
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
7 changes: 3 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.txt
Expand All @@ -49,7 +48,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.98.6
hypothesis==6.98.10
# via -r requirements/test.txt
isort==5.13.2
# via
Expand Down Expand Up @@ -162,7 +161,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
9 changes: 4 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.txt
Expand All @@ -68,7 +67,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.98.6
hypothesis==6.98.10
# via -r requirements/test.txt
idna==3.6
# via requests
Expand Down Expand Up @@ -226,7 +225,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -251,7 +250,7 @@ typing-extensions==4.9.0
# mypy
# pydata-sphinx-theme
# pylint
urllib3==2.2.0
urllib3==2.2.1
# via requests
wcwidth==0.2.13
# via
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
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -35,7 +35,7 @@ exceptiongroup==1.2.0
# via hypothesis
execnet==2.0.2
# via pytest-xdist
hypothesis==6.98.6
hypothesis==6.98.10
# via -r requirements/test.in
isort==5.13.2
# via pylint
Expand Down Expand Up @@ -112,7 +112,7 @@ six==1.16.0
# pytest-xdist
sortedcontainers==2.4.0
# via hypothesis
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down
Loading