Skip to content

Commit

Permalink
Merge pull request #102 from edx/repo-tools/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-f5fe9fd

chore: Upgrade Python requirements
  • Loading branch information
MichaelRoytman authored Jun 26, 2024
2 parents f5fe9fd + e6b7e24 commit a2c7874
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.5.3
coverage==7.5.4
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.4
# via
# tox
# virtualenv
Expand All @@ -28,13 +28,13 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.2
virtualenv==20.26.3
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -86,7 +86,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -196,7 +196,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -276,7 +276,7 @@ urllib3==2.2.2
# via
# -r requirements/quality.txt
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.7
# code-annotations
code-annotations==1.8.0
# via -r requirements/test.txt
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ click==8.1.7
# via code-annotations
code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down

0 comments on commit a2c7874

Please sign in to comment.