Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 17, 2025
1 parent 3dc4680 commit 7e6ab08
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnspython==2.7.0
# via pymongo
pbr==6.1.1
# via stevedore
pymongo==4.11
pymongo==4.11.1
# via -r requirements/base.in
stevedore==5.4.0
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions 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.11
coverage==7.6.12
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.9.0
# via tox
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.29.1
virtualenv==20.29.2
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# 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.125.2
hypothesis==6.125.3
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -211,7 +211,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via -r requirements/doc.txt
pyproject-api==1.9.0
# via
Expand Down Expand Up @@ -317,7 +317,7 @@ urllib3==2.2.3
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/doc.txt
# requests
virtualenv==20.29.1
virtualenv==20.29.2
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 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.11
coverage[toml]==7.6.12
# 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.125.2
hypothesis==6.125.3
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -115,7 +115,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via -r requirements/test.txt
pytest==8.3.4
# via
Expand All @@ -125,7 +125,7 @@ pytest==8.3.4
# pytest-xdist
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/django-test.in
pytest-xdist==3.6.1
# via -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# 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.125.2
hypothesis==6.125.3
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -150,7 +150,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via -r requirements/test.txt
pytest==8.3.4
# via
Expand Down
6 changes: 3 additions & 3 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.11
coverage[toml]==7.6.12
# 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.125.2
hypothesis==6.125.3
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -79,7 +79,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via -r requirements/base.txt
pytest==8.3.4
# via
Expand Down

0 comments on commit 7e6ab08

Please sign in to comment.