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

Merged
merged 1 commit into from
Aug 18, 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.24.2
virtualenv==20.24.3
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ edx-i18n-tools==1.1.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -122,7 +122,7 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.10.0
# via
Expand Down Expand Up @@ -261,7 +261,7 @@ urllib3==2.0.4
# via
# -r requirements/quality.txt
# requests
virtualenv==20.24.2
virtualenv==20.24.3
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ click==8.1.6
# code-annotations
code-annotations==1.5.0
# via -r requirements/test.txt
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -50,7 +50,7 @@ docutils==0.20.1
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -44,7 +44,7 @@ django==3.2.20
# -r requirements/test.txt
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ click==8.1.6
# via code-annotations
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
future==0.18.3
# via
Expand Down
Loading