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 Feb 10, 2025
1 parent 46a8021 commit cafbad6
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 20 deletions.
5 changes: 4 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
#
dnspython==2.7.0
# via pymongo
pbr==6.1.0
pbr==6.1.1
# via stevedore
pymongo==4.11
# via -r requirements/base.in
stevedore==5.4.0
# via -r requirements/base.in
typing-extensions==4.12.2
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
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.10
coverage==7.6.11
# 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 @@ -26,7 +26,7 @@ babel==2.17.0
# -r requirements/doc.txt
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.13.0
beautifulsoup4==4.13.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -70,7 +70,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.10
coverage[toml]==7.6.11
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.17.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.124.9
hypothesis==6.125.2
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/doc.txt
mypy==1.14.1
mypy==1.15.0
# via -r requirements/doc.txt
mypy-extensions==1.0.0
# via
Expand All @@ -159,7 +159,7 @@ packaging==24.2
# pytest
# sphinx
# tox
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/doc.txt
# stevedore
Expand Down
11 changes: 7 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.10
coverage[toml]==7.6.11
# 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.124.9
hypothesis==6.125.2
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand All @@ -71,7 +71,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.14.1
mypy==1.15.0
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand All @@ -81,7 +81,7 @@ packaging==24.2
# via
# -r requirements/test.txt
# pytest
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -161,3 +161,6 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# mypy

# The following packages are considered to be unsafe in a requirements file:
# setuptools
13 changes: 8 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.13.0
beautifulsoup4==4.13.3
# via pydata-sphinx-theme
certifi==2025.1.31
# via requests
Expand All @@ -41,7 +41,7 @@ code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.10
coverage[toml]==7.6.11
# 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.124.9
hypothesis==6.125.2
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -95,7 +95,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.14.1
mypy==1.15.0
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand All @@ -108,7 +108,7 @@ packaging==24.2
# -r requirements/test.txt
# pytest
# sphinx
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -226,3 +226,6 @@ urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
11 changes: 7 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.6.10
coverage[toml]==7.6.11
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -35,7 +35,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.124.9
hypothesis==6.125.2
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -49,13 +49,13 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
mypy==1.14.1
mypy==1.15.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
packaging==24.2
# via pytest
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/base.txt
# stevedore
Expand Down Expand Up @@ -110,3 +110,6 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# mypy

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit cafbad6

Please sign in to comment.