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 @@ -22,7 +22,7 @@ markupsafe==3.0.2
# mako
pbr==6.1.1
# via stevedore
pymongo==4.13.0
pymongo==4.13.1
# via edx-opaque-keys
python-dateutil==2.9.0.post0
# via -r requirements/base.in
Expand Down
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.8.2
coverage==7.9.1
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
15 changes: 8 additions & 7 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.38.32
boto3==1.38.36
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.38.32
botocore==1.38.36
# 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.8.2
coverage[toml]==7.9.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -84,7 +84,7 @@ distlib==0.3.9
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.22
django==4.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.135.1
hypothesis==6.135.9
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -181,6 +181,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# diff-cover
# pytest
# pytest-cov
# tox
pycodestyle==2.13.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -209,7 +210,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.13.0
pymongo==4.13.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -228,7 +229,7 @@ pytest==8.4.0
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.1.1
pytest-cov==6.2.1
# via -r requirements/test.txt
pytest-django==4.11.1
# via -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.38.32
boto3==1.38.36
# via fs-s3fs
botocore==1.38.32
botocore==1.38.36
# via
# boto3
# s3transfer
django==4.2.22
django==4.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
Expand Down Expand Up @@ -54,7 +54,7 @@ pbr==6.1.1
# via
# -r requirements/base.txt
# stevedore
pymongo==4.13.0
pymongo==4.13.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
10 changes: 5 additions & 5 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.4
# via pydata-sphinx-theme
boto3==1.38.32
boto3==1.38.36
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.38.32
botocore==1.38.36
# via
# -r requirements/django.txt
# boto3
Expand All @@ -35,7 +35,7 @@ certifi==2025.4.26
# via requests
charset-normalizer==3.4.2
# via requests
django==4.2.22
django==4.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
Expand Down Expand Up @@ -100,7 +100,7 @@ pygments==2.19.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pymongo==4.13.0
pymongo==4.13.1
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand All @@ -112,7 +112,7 @@ pytz==2025.2
# via -r requirements/django.txt
pyyaml==6.0.2
# via -r requirements/django.txt
requests==2.32.3
requests==2.32.4
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
Expand Down
13 changes: 7 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.10
# pylint-celery
attrs==25.3.0
# via hypothesis
boto3==1.38.32
boto3==1.38.36
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.38.32
botocore==1.38.36
# via
# -r requirements/django.txt
# boto3
Expand All @@ -45,7 +45,7 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.8.2
coverage[toml]==7.9.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.135.1
hypothesis==6.135.9
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -134,6 +134,7 @@ pluggy==1.6.0
# via
# diff-cover
# pytest
# pytest-cov
# tox
pycodestyle==2.13.0
# via -r requirements/test.in
Expand All @@ -156,7 +157,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.13.0
pymongo==4.13.1
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand All @@ -167,7 +168,7 @@ pytest==8.4.0
# -r requirements/test.in
# pytest-cov
# pytest-django
pytest-cov==6.1.1
pytest-cov==6.2.1
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
Expand Down