Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 20, 2025
1 parent 226409e commit 9b333a0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
10 changes: 6 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
cookiecutter==2.6.0
# via -r requirements/base.in
Expand Down Expand Up @@ -54,7 +54,7 @@ pbr==6.1.0
# via stevedore
platformdirs==4.3.6
# via pylint
pygments==2.19.0
pygments==2.19.1
# via rich
pylint==3.3.3
# via
Expand Down Expand Up @@ -96,5 +96,7 @@ tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
17 changes: 9 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -103,7 +103,7 @@ distlib==0.3.9
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -190,7 +190,7 @@ mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# -r requirements/test.txt
# jaraco-classes
Expand Down Expand Up @@ -245,7 +245,7 @@ pydata-sphinx-theme==0.16.1
# sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.txt
pygments==2.19.0
pygments==2.19.1
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -336,7 +336,7 @@ secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
sh==2.1.0
sh==2.2.1
# via -r requirements/test.txt
six==1.17.0
# via
Expand Down Expand Up @@ -420,12 +420,13 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -440,5 +441,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==75.7.0
setuptools==75.8.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r requirements/pip.in
15 changes: 8 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ click-log==0.4.0
# via
# -r requirements/base.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/base.txt
# edx-lint
Expand All @@ -72,7 +72,7 @@ dill==0.3.9
# pylint
distlib==0.3.9
# via virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -144,7 +144,7 @@ mdurl==0.1.2
# via
# -r requirements/base.txt
# markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -177,7 +177,7 @@ pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.in
pygments==2.19.0
pygments==2.19.1
# via
# -r requirements/base.txt
# accessible-pygments
Expand Down Expand Up @@ -248,7 +248,7 @@ rich==13.9.4
# twine
secretstorage==3.3.3
# via keyring
sh==2.1.0
sh==2.2.1
# via -r requirements/test.in
six==1.17.0
# via
Expand Down Expand Up @@ -309,10 +309,11 @@ types-python-dateutil==2.9.0.20241206
# arrow
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# requests
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via -r requirements/test.in

0 comments on commit 9b333a0

Please sign in to comment.