Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Mar 3, 2025
2 parents 204aaa4 + 216c9cb commit 698f028
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ filelock==3.17.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.127.1
hypothesis==6.127.4
# via -r requirements/doc.txt
idna==3.10
# via
Expand All @@ -120,7 +120,7 @@ iniconfig==2.0.0
# via
# -r requirements/doc.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/doc.txt
# pylint
Expand All @@ -145,7 +145,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/doc.txt
# mypy
nh3==0.2.20
nh3==0.2.21
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down Expand Up @@ -223,7 +223,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/doc.txt
# pytest-cov
Expand Down Expand Up @@ -266,7 +266,7 @@ soupsieve==2.6
# via
# -r requirements/doc.txt
# beautifulsoup4
sphinx==8.2.1
sphinx==8.2.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.127.1
hypothesis==6.127.4
# via -r requirements/test.txt
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -117,7 +117,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.11.1
# via -r requirements/test.txt
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.127.1
hypothesis==6.127.4
# via -r requirements/test.txt
idna==3.10
# via requests
Expand All @@ -76,7 +76,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -101,7 +101,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
packaging==24.2
# via
Expand Down Expand Up @@ -153,7 +153,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.11.1
# via -r requirements/test.txt
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -188,7 +188,7 @@ sortedcontainers==2.4.0
# hypothesis
soupsieve==2.6
# via beautifulsoup4
sphinx==8.2.1
sphinx==8.2.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
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/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.0
setuptools==75.8.2
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.127.1
hypothesis==6.127.4
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
isort==6.0.0
isort==6.0.1
# via pylint
jinja2==3.1.5
# via code-annotations
Expand Down Expand Up @@ -81,7 +81,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.11.1
# via -r requirements/base.txt
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 698f028

Please sign in to comment.