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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arrow==1.3.0
# via -r requirements/base.in
attrs==25.3.0
# via glom
billiard==4.2.1
billiard==4.2.2
# via celery
blinker==1.9.0
# via
Expand All @@ -33,7 +33,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# -r requirements/base.in
# celery
Expand All @@ -47,7 +47,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/base.in
# oauthlib
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.37.1
sentry-sdk[flask]==2.38.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
Expand Up @@ -20,7 +20,7 @@ attrs==25.3.0
# scriv
babel==2.17.0
# via sphinx
billiard==4.2.1
billiard==4.2.2
# via celery
blinker==1.9.0
# via
Expand All @@ -45,7 +45,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# -r requirements/base.in
# celery
Expand All @@ -70,9 +70,9 @@ click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via pytest-cov
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -141,7 +141,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mypy==1.18.1
mypy==1.18.2
# via -r requirements/dev.in
mypy-extensions==1.1.0
# via mypy
Expand Down Expand Up @@ -211,7 +211,7 @@ pytest==8.2.0
# pytest-repeat
pytest-cov==7.0.0
# via -r requirements/test.in
pytest-mock==3.15.0
pytest-mock==3.15.1
# via -r requirements/test.in
pytest-repeat==0.9.4
# via -r requirements/test.in
Expand Down Expand Up @@ -264,7 +264,7 @@ schema==0.7.7
# via repo-tools-data-schema
scriv==1.7.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.37.1
sentry-sdk[flask]==2.38.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -307,7 +307,7 @@ types-cachetools==6.2.0.20250827
# via -r requirements/dev.in
types-python-dateutil==2.9.0.20250822
# via arrow
types-pyyaml==6.0.12.20250822
types-pyyaml==6.0.12.20250915
# via -r requirements/dev.in
types-requests==2.32.4.20250913
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.3.0
# via pip-tools
click==8.2.1
click==8.3.0
# via pip-tools
packaging==25.0
# via build
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==25.3.0
# via glom
babel==2.17.0
# via sphinx
billiard==4.2.1
billiard==4.2.2
# via celery
blinker==1.9.0
# via
Expand All @@ -37,7 +37,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# -r requirements/base.in
# celery
Expand All @@ -51,9 +51,9 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via pytest-cov
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -144,7 +144,7 @@ pytest==8.4.2
# pytest-repeat
pytest-cov==7.0.0
# via -r requirements/test.in
pytest-mock==3.15.0
pytest-mock==3.15.1
# via -r requirements/test.in
pytest-repeat==0.9.4
# via -r requirements/test.in
Expand Down Expand Up @@ -189,7 +189,7 @@ roman-numerals-py==3.1.0
# via sphinx
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.37.1
sentry-sdk[flask]==2.38.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down