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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ amqp==5.3.1
# via kombu
arrow==1.4.0
# via -r requirements/base.in
attrs==25.4.0
attrs==26.1.0
# via glom
billiard==4.2.4
# via celery
Expand Down Expand Up @@ -128,7 +128,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.54.0
sentry-sdk[flask]==2.55.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -14,7 +14,7 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
attrs==25.4.0
attrs==26.1.0
# via
# glom
# scriv
Expand Down Expand Up @@ -68,9 +68,9 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via pytest-cov
cryptography==46.0.5
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ pytest==8.2.0
# pytest-cov
# pytest-mock
# pytest-repeat
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-mock==3.15.1
# via -r requirements/test.in
Expand Down Expand Up @@ -267,15 +267,15 @@ schema==0.7.8
# via repo-tools-data-schema
scriv==1.8.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.54.0
sentry-sdk[flask]==2.55.0
# via -r requirements/base.in
six==1.17.0
# via
# edx-lint
# python-dateutil
snowballstemmer==3.0.1
# via sphinx
sphinx==9.0.4
sphinx==9.1.0
# via
# -r requirements/doc.in
# sphinx-rtd-theme
Expand Down Expand Up @@ -305,7 +305,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
types-cachetools==6.2.0.20251022
types-cachetools==6.2.0.20260317
# via -r requirements/dev.in
types-pyyaml==6.0.12.20250915
# via -r requirements/dev.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -41,7 +41,7 @@ roman-numerals==4.1.0
# via sphinx
snowballstemmer==3.0.1
# via sphinx
sphinx==9.0.4
sphinx==9.1.0
# via
# -r requirements/doc.in
# sphinx-rtd-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -10,7 +10,7 @@ amqp==5.3.1
# via kombu
arrow==1.4.0
# via -r requirements/base.in
attrs==25.4.0
attrs==26.1.0
# via glom
babel==2.18.0
# via sphinx
Expand Down Expand Up @@ -51,7 +51,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via pytest-cov
cryptography==46.0.5
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ pytest==9.0.2
# pytest-cov
# pytest-mock
# pytest-repeat
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-mock==3.15.1
# via -r requirements/test.in
Expand Down Expand Up @@ -189,13 +189,13 @@ roman-numerals==4.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
sentry-sdk[flask]==2.54.0
sentry-sdk[flask]==2.55.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
snowballstemmer==3.0.1
# via sphinx
sphinx==9.0.4
sphinx==9.1.0
# via
# -r requirements/doc.in
# sphinx-rtd-theme
Expand Down