Skip to content

Commit

Permalink
Merge pull request #148 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-c67bdd7

chore: Upgrade Python requirements
  • Loading branch information
bmtcril authored Feb 3, 2025
2 parents c67bdd7 + e343a2a commit 9095452
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ coverage[toml]==7.6.10
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.2.1
diff-cover==9.2.2
# via -r requirements/dev.in
dill==0.3.9
# via
Expand All @@ -75,7 +75,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -129,7 +129,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.1
# via diff-cover
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
10 changes: 6 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
babel==2.16.0
babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0
# via pydata-sphinx-theme
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via cryptography
Expand Down Expand Up @@ -183,7 +183,9 @@ text-unidecode==1.3
twine==6.1.0
# via -r requirements/doc.in
typing-extensions==4.12.2
# via pydata-sphinx-theme
# via
# beautifulsoup4
# pydata-sphinx-theme
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -72,7 +72,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand Down

0 comments on commit 9095452

Please sign in to comment.