Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 21, 2024
1 parent 0b8a708 commit 3e47c46
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.4.1
coverage==7.4.2
# via codecov
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -44,9 +44,9 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
urllib3==2.2.0
urllib3==2.2.1
# via requests
virtualenv==20.25.0
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 @@ -189,7 +189,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
Expand All @@ -201,7 +201,7 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
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
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
cryptography==42.0.2
cryptography==42.0.4
# via secretstorage
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -140,7 +140,7 @@ typing-extensions==4.9.0
# astroid
# pylint
# rich
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# twine
Expand Down
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
#
asgiref==3.7.2
# via django
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
coverage[toml]==7.4.2
# via pytest-cov
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -26,7 +24,7 @@ pluggy==1.4.0
# via pytest
py==1.11.0
# via pytest-catchlog
pytest==8.0.0
pytest==8.0.1
# via
# pytest-catchlog
# pytest-cov
Expand Down

0 comments on commit 3e47c46

Please sign in to comment.