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

Merged
merged 1 commit into from
Nov 25, 2024
Merged
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pbr==6.1.0
# via stevedore
pymongo==4.10.1
# via -r requirements/base.in
stevedore==5.3.0
stevedore==5.4.0
# via -r requirements/base.in
typing-extensions==4.12.2
# via -r requirements/base.in
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.7
coverage==7.6.8
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ click-log==0.4.0
# via
# -r requirements/doc.txt
# edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/doc.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.16.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.119.3
hypothesis==6.119.4
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -292,7 +292,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/doc.txt
# sphinx
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/doc.txt
# code-annotations
Expand All @@ -319,7 +319,7 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.119.3
hypothesis==6.119.4
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.119.3
hypothesis==6.119.4
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -204,7 +204,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via edx-lint
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -35,7 +35,7 @@ edx-lint==5.4.1
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.119.3
hypothesis==6.119.4
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -98,7 +98,7 @@ six==1.16.0
# via edx-lint
sortedcontainers==2.4.0
# via hypothesis
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down