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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
dnspython==2.7.0
# via pymongo
edx-opaque-keys==2.11.0
edx-opaque-keys==2.12.0
# via -r requirements/base.in
fs==2.4.16
# via -r requirements/base.in
Expand All @@ -22,7 +22,7 @@ markupsafe==3.0.2
# mako
pbr==6.1.1
# via stevedore
pymongo==4.11.2
pymongo==4.11.3
# via edx-opaque-keys
python-dateutil==2.9.0.post0
# 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.12
coverage==7.7.1
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -22,7 +22,7 @@ packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.3.6
platformdirs==4.3.7
# via
# tox
# virtualenv
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.37.13
boto3==1.37.18
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.37.13
botocore==1.37.18
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.6.12
coverage[toml]==7.7.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -95,7 +95,7 @@ dnspython==2.7.0
# pymongo
edx-lint==5.6.0
# via -r requirements/test.txt
edx-opaque-keys==2.11.0
edx-opaque-keys==2.12.0
# via -r requirements/test.txt
filelock==3.18.0
# via
Expand All @@ -112,9 +112,9 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.129.2
hypothesis==6.130.2
# via -r requirements/test.txt
iniconfig==2.0.0
iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -168,7 +168,7 @@ pbr==6.1.1
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.6
platformdirs==4.3.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -188,7 +188,7 @@ pygments==2.19.1
# via
# -r requirements/test.txt
# diff-cover
pylint==3.3.5
pylint==3.3.6
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -208,7 +208,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.11.2
pymongo==4.11.3
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.37.13
boto3==1.37.18
# via fs-s3fs
botocore==1.37.13
botocore==1.37.18
# via
# boto3
# s3transfer
Expand All @@ -25,7 +25,7 @@ dnspython==2.7.0
# via
# -r requirements/base.txt
# pymongo
edx-opaque-keys==2.11.0
edx-opaque-keys==2.12.0
# via -r requirements/base.txt
fs==2.4.16
# via
Expand Down Expand Up @@ -54,7 +54,7 @@ pbr==6.1.1
# via
# -r requirements/base.txt
# stevedore
pymongo==4.11.2
pymongo==4.11.3
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.3
# via pydata-sphinx-theme
boto3==1.37.13
boto3==1.37.18
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.37.13
botocore==1.37.18
# via
# -r requirements/django.txt
# boto3
Expand All @@ -48,7 +48,7 @@ docutils==0.21.2
# via
# pydata-sphinx-theme
# sphinx
edx-opaque-keys==2.11.0
edx-opaque-keys==2.12.0
# via -r requirements/django.txt
fs==2.4.16
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ pygments==2.19.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pymongo==4.11.2
pymongo==4.11.3
# via
# -r requirements/django.txt
# edx-opaque-keys
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/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==76.0.0
setuptools==77.0.3
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.9
# pylint-celery
attrs==25.3.0
# via hypothesis
boto3==1.37.13
boto3==1.37.18
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.37.13
botocore==1.37.18
# via
# -r requirements/django.txt
# boto3
Expand All @@ -45,7 +45,7 @@ code-annotations==2.2.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.12
coverage[toml]==7.7.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -67,7 +67,7 @@ dnspython==2.7.0
# pymongo
edx-lint==5.6.0
# via -r requirements/test.in
edx-opaque-keys==2.11.0
edx-opaque-keys==2.12.0
# via -r requirements/django.txt
filelock==3.18.0
# via
Expand All @@ -82,9 +82,9 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.129.2
hypothesis==6.130.2
# via -r requirements/test.in
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==6.0.1
# via pylint
Expand Down Expand Up @@ -125,7 +125,7 @@ pbr==6.1.1
# via
# -r requirements/django.txt
# stevedore
platformdirs==4.3.6
platformdirs==4.3.7
# via
# pylint
# tox
Expand All @@ -139,7 +139,7 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.19.1
# via diff-cover
pylint==3.3.5
pylint==3.3.6
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -154,7 +154,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.11.2
pymongo==4.11.3
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand Down