Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.1
pymongo==4.13.0
# via -r requirements/base.in
stevedore==5.4.1
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ platformdirs==4.3.8
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.9.0
pyproject-api==1.9.1
# via tox
tox==4.25.0
tox==4.26.0
# via -r requirements/ci.in
virtualenv==20.31.2
# via tox
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.18.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.131.15
hypothesis==6.131.18
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -173,7 +173,7 @@ platformdirs==4.3.8
# pylint
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -212,9 +212,9 @@ pylint-plugin-utils==0.8.2
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pymongo==4.12.1
pymongo==4.13.0
# via -r requirements/doc.txt
pyproject-api==1.9.0
pyproject-api==1.9.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -309,7 +309,7 @@ tomlkit==0.13.2
# via
# -r requirements/doc.txt
# pylint
tox==4.25.0
tox==4.26.0
# via -r requirements/ci.txt
typing-extensions==4.13.2
# via
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,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.131.15
hypothesis==6.131.18
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -89,7 +89,7 @@ platformdirs==4.3.8
# via
# -r requirements/test.txt
# pylint
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -115,7 +115,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.12.1
pymongo==4.13.0
# via -r requirements/test.txt
pytest==8.3.5
# via
Expand Down
6 changes: 3 additions & 3 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.131.15
hypothesis==6.131.18
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -117,7 +117,7 @@ platformdirs==4.3.8
# via
# -r requirements/test.txt
# pylint
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -151,7 +151,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.12.1
pymongo==4.13.0
# via -r requirements/test.txt
pytest==8.3.5
# via
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==80.4.0
setuptools==80.7.1
# 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,7 +35,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.131.15
hypothesis==6.131.18
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand All @@ -61,7 +61,7 @@ pbr==6.1.1
# stevedore
platformdirs==4.3.8
# via pylint
pluggy==1.5.0
pluggy==1.6.0
# via pytest
pycodestyle==2.13.0
# via -r requirements/test.in
Expand All @@ -79,7 +79,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.12.1
pymongo==4.13.0
# via -r requirements/base.txt
pytest==8.3.5
# via
Expand Down