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

Closed
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 @@ -62,7 +62,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.6
cryptography==42.0.7
# via
# pyjwt
# social-auth-core
Expand Down
19 changes: 16 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -340,7 +340,7 @@ edx-toggles==5.2.0
# -r requirements/test.txt
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.0.1
faker==25.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -679,6 +679,7 @@ responses==0.25.0
# via
# -r requirements/dev.in
# -r requirements/test.txt
rpds-py==0.18.1
rpds-py==0.18.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -767,7 +768,19 @@ threadpoolctl==3.5.0
# -r requirements/quality.txt
# -r requirements/test.txt
# scikit-learn
tomlkit==0.12.4
tomli==2.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# -r requirements/test.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
16 changes: 13 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -272,7 +272,7 @@ edx-toggles==5.2.0
# via -r requirements/test.txt
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.0.1
faker==25.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -535,6 +535,7 @@ responses==0.25.0
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.18.1
rpds-py==0.18.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -624,7 +625,16 @@ threadpoolctl==3.5.0
# via
# -r requirements/test.txt
# scikit-learn
tomlkit==0.12.4
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# doc8
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ code-annotations==1.8.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down
7 changes: 5 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ code-annotations==1.8.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -414,6 +414,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.18.1
rpds-py==0.18.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -481,7 +482,9 @@ threadpoolctl==3.5.0
# via
# -r requirements/base.txt
# scikit-learn
tomlkit==0.12.4
tomli==2.0.1
# via pylint
tomlkit==0.12.5
# via pylint
tqdm==4.66.4
# via
Expand Down
14 changes: 11 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -240,7 +240,7 @@ edx-toggles==5.2.0
# via -r requirements/base.txt
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.0.1
faker==25.1.0
# via factory-boy
filelock==3.14.0
# via
Expand Down Expand Up @@ -461,6 +461,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.0
# via -r requirements/test.in
rpds-py==0.18.1
rpds-py==0.18.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -526,7 +527,14 @@ threadpoolctl==3.5.0
# via
# -r requirements/base.txt
# scikit-learn
tomlkit==0.12.4
tomli==2.0.1
# via
# coverage
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
# via pylint
tox==4.15.0
# via -r requirements/test.in
Expand Down
16 changes: 13 additions & 3 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -322,7 +322,7 @@ edx-toggles==5.2.0
# -r requirements/test.txt
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.0.1
faker==25.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -618,6 +618,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.0
# via -r requirements/test.txt
rpds-py==0.18.1
rpds-py==0.18.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -705,7 +706,16 @@ threadpoolctl==3.5.0
# -r requirements/quality.txt
# -r requirements/test.txt
# scikit-learn
tomlkit==0.12.4
tomli==2.0.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# coverage
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
Loading