Skip to content
Closed
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
46 changes: 23 additions & 23 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ amqp==5.3.1
# via kombu
annotated-types==0.7.0
# via pydantic
anyio==4.13.0
anyio==4.14.2
# via httpx
asgiref==3.11.1
asgiref==3.12.1
# via django
attrs==26.1.0
# via openedx-events
Expand All @@ -20,17 +20,17 @@ camel-converter[pydantic]==5.1.0
# via meilisearch
celery==5.6.3
# via event-tracking
certifi==2026.2.25
certifi==2026.6.17
# via
# elasticsearch
# httpcore
# httpx
# requests
cffi==2.0.0
cffi==2.1.0
# via pynacl
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.3.2
click==8.4.2
# via
# celery
# click-didyoumean
Expand All @@ -46,7 +46,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-toggles
django==5.2.13
django==5.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -85,17 +85,17 @@ elasticsearch==7.13.4
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
event-tracking==4.0.0
event-tracking==4.0.2
# via -r requirements/base.in
fastavro==1.12.1
fastavro==1.12.2
# via openedx-events
h11==0.16.0
# via httpcore
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via typesense
idna==3.11
idna==3.18
# via
# anyio
# httpx
Expand All @@ -106,23 +106,23 @@ kombu==5.6.2
# via celery
markupsafe==3.0.3
# via jinja2
meilisearch==0.40.0
meilisearch==0.42.0
# via -r requirements/base.in
openedx-events==11.1.0
openedx-events==11.2.0
# via event-tracking
packaging==26.0
packaging==26.2
# via kombu
prompt-toolkit==3.0.52
# via click-repl
psutil==7.2.2
# via edx-django-utils
pycparser==3.0
# via cffi
pydantic==2.12.5
pydantic==2.13.4
# via camel-converter
pydantic-core==2.41.5
pydantic-core==2.46.4
# via pydantic
pymongo==4.16.0
pymongo==4.17.0
# via
# edx-opaque-keys
# event-tracking
Expand All @@ -132,11 +132,11 @@ python-dateutil==2.9.0.post0
# via celery
python-slugify==8.0.4
# via code-annotations
pytz==2026.1.post1
pytz==2026.2
# via event-tracking
pyyaml==6.0.3
# via code-annotations
requests==2.33.1
requests==2.34.2
# via meilisearch
six==1.17.0
# via
Expand All @@ -145,7 +145,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.7.0
stevedore==5.9.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -154,7 +154,7 @@ text-unidecode==1.3
# via python-slugify
typesense==2.0.0
# via -r requirements/base.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# anyio
# edx-opaque-keys
Expand All @@ -164,9 +164,9 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
tzdata==2026.1
tzdata==2026.3
# via kombu
tzlocal==5.3.1
tzlocal==5.4.4
# via celery
urllib3==1.26.20
# via
Expand All @@ -177,7 +177,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.8.2
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@
#
# make upgrade
#
cachetools==7.0.5
cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
distlib==0.4.3
# via virtualenv
filelock==3.25.2
filelock==3.31.0
# via
# python-discovery
# tox
# virtualenv
packaging==26.0
packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.10.1
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
pyproject-api==1.10.1
# via tox
python-discovery==1.2.2
python-discovery==1.4.4
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.0
tox==4.57.0
# via -r requirements/ci.in
virtualenv==21.2.0
virtualenv==21.6.1
# via tox
Loading
Loading