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 @@ -66,7 +66,7 @@ edx-opaque-keys[django]==3.0.0
# openedx-events
edx-toggles==5.4.1
# via -r requirements/base.in
fastavro==1.12.0
fastavro==1.12.1
# via openedx-events
jinja2==3.1.6
# via code-annotations
Expand All @@ -84,7 +84,7 @@ psutil==7.1.0
# via edx-django-utils
pycparser==2.23
# via cffi
pymongo==4.15.2
pymongo==4.15.3
# via
# -r requirements/base.in
# edx-opaque-keys
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.0
cachetools==6.2.1
# via tox
chardet==5.2.0
# via tox
Expand All @@ -14,23 +14,23 @@ coverage==7.10.7
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.4.0
platformdirs==4.5.0
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
pyproject-api==1.10.0
# via tox
tox==4.30.3
tox==4.31.0
# via -r requirements/ci.in
virtualenv==20.34.0
virtualenv==20.35.3
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.0
cachetools==6.2.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -151,16 +151,16 @@ edx-opaque-keys[django]==3.0.0
# openedx-events
edx-toggles==5.4.1
# via -r requirements/test.txt
fastavro==1.12.0
fastavro==1.12.1
# via
# -r requirements/test.txt
# openedx-events
filelock==3.19.1
filelock==3.20.0
# via
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.10
idna==3.11
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -208,7 +208,7 @@ pip-tools==7.5.1
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==4.4.0
platformdirs==4.5.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -263,15 +263,15 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.15.2
pymongo==4.15.3
# via
# -r requirements/test.txt
# edx-opaque-keys
pynacl==1.6.0
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-api==1.9.1
pyproject-api==1.10.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -344,7 +344,7 @@ tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.30.3
tox==4.31.0
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -364,7 +364,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.34.0
virtualenv==20.35.3
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ edx-opaque-keys[django]==3.0.0
# openedx-events
edx-toggles==5.4.1
# via -r requirements/base.txt
fastavro==1.12.0
fastavro==1.12.1
# via
# -r requirements/base.txt
# openedx-events
Expand Down Expand Up @@ -132,7 +132,7 @@ packaging==25.0
# -r requirements/base.txt
# kombu
# pytest
platformdirs==4.4.0
platformdirs==4.5.0
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -167,7 +167,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.2
pymongo==4.15.3
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down