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

chore: Upgrade Python requirements #506

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
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
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
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
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
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,8 +420,9 @@ 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
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
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
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,8 +309,9 @@ 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
Expand Down
Loading