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

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 Expand Up @@ -297,7 +297,7 @@ requests==2.31.0
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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 @@ -357,7 +357,7 @@ exceptiongroup==1.2.1
# pytest
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 @@ -715,7 +715,7 @@ responses==0.25.0
# via
# -r requirements/dev.in
# -r requirements/test.txt
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -815,7 +815,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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 @@ -288,7 +288,7 @@ exceptiongroup==1.2.1
# pytest
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 @@ -571,7 +571,7 @@ responses==0.25.0
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -669,7 +669,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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 Expand Up @@ -397,7 +397,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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 @@ -441,7 +441,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down Expand Up @@ -510,7 +510,7 @@ threadpoolctl==3.5.0
# scikit-learn
tomli==2.0.1
# via pylint
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
tqdm==4.66.4
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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 @@ -256,7 +256,7 @@ exceptiongroup==1.2.1
# pytest
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 @@ -489,7 +489,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.0
# via -r requirements/test.in
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down Expand Up @@ -561,7 +561,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
tox==4.15.0
# via -r requirements/test.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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 @@ -339,7 +339,7 @@ exceptiongroup==1.2.1
# pytest
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 @@ -652,7 +652,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.0
# via -r requirements/test.txt
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -748,7 +748,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
Loading