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 17, 2025
1 parent 6afc855 commit 1e8621e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 23 deletions.
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ certifi==2024.12.14
# via requests
charset-normalizer==3.4.1
# via requests
dockerfile==3.3.1
dockerfile==3.4.0
# via -r requirements/base.in
frozenlist==1.5.0
# via
Expand Down Expand Up @@ -100,7 +100,9 @@ smmap==5.0.2
# via gitdb
toml==0.10.2
# via -r requirements/base.in
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/common_constraints.txt
# requests
yarl==1.18.3
# via aiohttp
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ pyproject-api==1.5.0
# via tox
tox==4.0.0
# via -r requirements/ci.in
virtualenv==20.28.0
virtualenv==20.29.0
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ django-simple-history==3.0.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ click-log==0.4.0
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
# edx-lint
Expand All @@ -87,11 +87,11 @@ distlib==0.3.9
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/ci.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/common_constraints.txt
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
dockerfile==3.3.1
dockerfile==3.4.0
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
edx-lint==5.4.1
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
Expand Down Expand Up @@ -215,7 +215,7 @@ pycodestyle==2.12.1
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
pydocstyle==6.3.0
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
pygments==2.18.0
pygments==2.19.1
# via
# diff-cover
# rich
Expand Down Expand Up @@ -293,7 +293,7 @@ requests-oauthlib==2.0.0
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
# google-auth-oauthlib
responses==0.25.3
responses==0.25.6
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
rich==13.9.4
# via -r requirements/dev.in
Expand Down Expand Up @@ -333,12 +333,13 @@ tomlkit==0.13.2
# pylint
tox==4.0.0
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/ci.txt
urllib3==2.3.0
urllib3==2.2.3
# via
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/common_constraints.txt
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/quality.txt
# requests
# responses
virtualenv==20.28.0
virtualenv==20.29.0
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/ci.txt
# tox
Expand Down
9 changes: 5 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ coverage[toml]==7.6.10
# pytest-cov
doc8==1.1.2
# via -r requirements/doc.in
dockerfile==3.3.1
dockerfile==3.4.0
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
docutils==0.21.2
# via
Expand Down Expand Up @@ -140,7 +140,7 @@ pyasn1-modules==0.4.1
# google-auth
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -188,7 +188,7 @@ requests-oauthlib==2.0.0
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
# google-auth-oauthlib
responses==0.25.3
responses==0.25.6
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
Expand Down Expand Up @@ -229,8 +229,9 @@ toml==0.10.2
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/common_constraints.txt
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
# requests
# responses
Expand Down
11 changes: 6 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ 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
coverage[toml]==7.6.10
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
# pytest-cov
dill==0.3.9
# via pylint
django==4.2.17
django==4.2.18
# via
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/common_constraints.txt
# -r requirements/quality.in
dockerfile==3.3.1
dockerfile==3.4.0
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
edx-lint==5.4.1
# via -r requirements/quality.in
Expand Down Expand Up @@ -204,7 +204,7 @@ requests-oauthlib==2.0.0
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
# google-auth-oauthlib
responses==0.25.3
responses==0.25.6
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
rsa==4.9
# via
Expand All @@ -228,8 +228,9 @@ toml==0.10.2
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
tomlkit==0.13.2
# via pylint
urllib3==2.3.0
urllib3==2.2.3
# via
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/common_constraints.txt
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/test.txt
# requests
# responses
Expand Down
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ charset-normalizer==3.4.1
# requests
coverage[toml]==7.6.10
# via pytest-cov
dockerfile==3.3.1
dockerfile==3.4.0
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/base.txt
frozenlist==1.5.0
# via
Expand Down Expand Up @@ -144,7 +144,7 @@ requests-oauthlib==2.0.0
# via
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/base.txt
# google-auth-oauthlib
responses==0.25.3
responses==0.25.6
# via -r requirements/test.in
rsa==4.9
# via
Expand All @@ -156,8 +156,9 @@ smmap==5.0.2
# gitdb
toml==0.10.2
# via -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/base.txt
urllib3==2.3.0
urllib3==2.2.3
# via
# -c /home/runner/work/edx-repo-health/edx-repo-health/requirements/common_constraints.txt
# -r /home/runner/work/edx-repo-health/edx-repo-health/requirements/base.txt
# requests
# responses
Expand Down

0 comments on commit 1e8621e

Please sign in to comment.