Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
ilee2u authored Jan 8, 2025
2 parents 3754ab9 + 91cf2b9 commit b398616
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ six==1.17.0
# via pyjwkest
sqlparse==0.5.3
# via django
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 @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pycryptodomex==3.21.0
# pyjwkest
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
pygments==2.19.1
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
Expand Down Expand Up @@ -241,11 +241,12 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/ci.txt
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/quality.txt
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/ci.txt
# tox
Expand Down
5 changes: 3 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pycryptodomex==3.21.0
# via
# -r requirements/test.txt
# pyjwkest
pygments==2.18.0
pygments==2.19.1
# via
# doc8
# readme-renderer
Expand Down Expand Up @@ -201,8 +201,9 @@ text-unidecode==1.3
# python-slugify
twine==6.0.1
# via -r requirements/doc.in
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 Down
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.6.0
setuptools==75.7.0
# via -r requirements/pip.in
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint
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
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
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

0 comments on commit b398616

Please sign in to comment.