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.13.2
pymongo==4.14.0
# via -r requirements/base.in
stevedore==5.4.1
# 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.10.1
coverage==7.10.3
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.9.1
# via tox
tox==4.28.4
# via -r requirements/ci.in
virtualenv==20.33.0
virtualenv==20.33.1
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ chardet==5.2.0
# via
# -r requirements/ci.txt
# tox
charset-normalizer==3.4.2
charset-normalizer==3.4.3
# via
# -r requirements/doc.txt
# requests
Expand All @@ -70,7 +70,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.1
coverage[toml]==7.10.3
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.18.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.136.7
hypothesis==6.137.1
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -198,7 +198,7 @@ pygments==2.19.2
# pytest
# readme-renderer
# sphinx
pylint==3.3.7
pylint==3.3.8
# via
# -r requirements/doc.txt
# edx-lint
Expand All @@ -218,7 +218,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pymongo==4.13.2
pymongo==4.14.0
# via -r requirements/doc.txt
pyproject-api==1.9.1
# via
Expand Down Expand Up @@ -327,7 +327,7 @@ urllib3==2.5.0
# via
# -r requirements/doc.txt
# requests
virtualenv==20.33.0
virtualenv==20.33.1
# 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.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.10.1
coverage[toml]==7.10.3
# 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.136.7
hypothesis==6.137.1
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -104,7 +104,7 @@ pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
pylint==3.3.7
pylint==3.3.8
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -124,7 +124,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.13.2
pymongo==4.14.0
# via -r requirements/test.txt
pytest==8.4.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ beautifulsoup4==4.13.4
# via pydata-sphinx-theme
certifi==2025.8.3
# via requests
charset-normalizer==3.4.2
charset-normalizer==3.4.3
# via requests
click==8.2.1
# via
Expand All @@ -41,7 +41,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.10.1
coverage[toml]==7.10.3
# 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.136.7
hypothesis==6.137.1
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.19.2
# pytest
# readme-renderer
# sphinx
pylint==3.3.7
pylint==3.3.8
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -158,7 +158,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.13.2
pymongo==4.14.0
# via -r requirements/test.txt
pytest==8.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https:/raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
8 changes: 4 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.3.0
# via edx-lint
coverage[toml]==7.10.1
coverage[toml]==7.10.3
# 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.136.7
hypothesis==6.137.1
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -71,7 +71,7 @@ pycodestyle==2.14.0
# via -r requirements/test.in
pygments==2.19.2
# via pytest
pylint==3.3.7
pylint==3.3.8
# via
# edx-lint
# pylint-celery
Expand All @@ -85,7 +85,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.13.2
pymongo==4.14.0
# via -r requirements/base.txt
pytest==8.4.1
# via
Expand Down