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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ boltons==25.0.0
# glom
cachetools==7.0.5
# via -r requirements/base.in
celery[redis]==5.6.2
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.2.25
# via
Expand All @@ -47,7 +47,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cryptography==46.0.5
cryptography==46.0.6
# via
# -r requirements/base.in
# oauthlib
Expand All @@ -67,7 +67,7 @@ github3-py==4.0.1
# via -r requirements/base.in
glom==25.12.0
# via -r requirements/base.in
gunicorn==25.1.0
gunicorn==25.3.0
# via -r requirements/base.in
idna==3.11
# via requests
Expand Down Expand Up @@ -115,7 +115,7 @@ redis==6.4.0
# via
# -r requirements/base.in
# kombu
requests==2.32.5
requests==2.33.0
# via
# -r requirements/base.in
# github3-py
Expand All @@ -128,7 +128,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.55.0
sentry-sdk[flask]==2.56.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand All @@ -155,5 +155,5 @@ vine==5.1.0
# kombu
wcwidth==0.6.0
# via prompt-toolkit
werkzeug==3.1.6
werkzeug==3.1.7
# via flask
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ boltons==25.0.0
# via
# face
# glom
build==1.4.0
build==1.4.2
# via pip-tools
cachetools==7.0.5
# via -r requirements/base.in
celery[redis]==5.6.2
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.2.25
# via
Expand Down Expand Up @@ -72,7 +72,7 @@ code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.13.5
# via pytest-cov
cryptography==46.0.5
cryptography==46.0.6
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -103,7 +103,7 @@ github3-py==4.0.1
# via -r requirements/base.in
glom==25.12.0
# via -r requirements/base.in
gunicorn==25.1.0
gunicorn==25.3.0
# via -r requirements/base.in
idna==3.11
# via requests
Expand Down Expand Up @@ -147,7 +147,7 @@ mypy==1.19.1
# via -r requirements/dev.in
mypy-extensions==1.1.0
# via mypy
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
oauthlib[signedtoken]==3.3.1
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ prompt-toolkit==3.0.52
# via click-repl
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via
# readme-renderer
# sphinx
Expand Down Expand Up @@ -243,7 +243,7 @@ redis==6.4.0
# kombu
repo-tools-data-schema @ git+https://github.com/openedx/repo-tools-data-schema.git
# via -r requirements/test.in
requests==2.32.5
requests==2.33.0
# via
# -r requirements/base.in
# github3-py
Expand All @@ -267,7 +267,7 @@ schema==0.7.8
# via repo-tools-data-schema
scriv==1.8.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.55.0
sentry-sdk[flask]==2.56.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -309,7 +309,7 @@ types-cachetools==6.2.0.20260317
# via -r requirements/dev.in
types-pyyaml==6.0.12.20250915
# via -r requirements/dev.in
types-requests==2.32.4.20260107
types-requests==2.33.0.20260327
# via -r requirements/dev.in
typing-extensions==4.15.0
# via
Expand Down Expand Up @@ -337,7 +337,7 @@ vine==5.1.0
# kombu
wcwidth==0.6.0
# via prompt-toolkit
werkzeug==3.1.6
werkzeug==3.1.7
# via flask
wheel==0.46.3
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jinja2==3.1.6
# via sphinx
markupsafe==3.0.3
# via jinja2
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
packaging==26.0
# via sphinx
pygments==2.19.2
pygments==2.20.0
# via
# readme-renderer
# sphinx
readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.5
requests==2.33.0
# via sphinx
roman-numerals==4.1.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ boltons==25.0.0
# glom
cachetools==7.0.5
# via -r requirements/base.in
celery[redis]==5.6.2
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.2.25
# via
Expand All @@ -53,7 +53,7 @@ click-repl==0.3.0
# via celery
coverage[toml]==7.13.5
# via pytest-cov
cryptography==46.0.5
cryptography==46.0.6
# via
# -r requirements/base.in
# oauthlib
Expand All @@ -80,7 +80,7 @@ github3-py==4.0.1
# via -r requirements/base.in
glom==25.12.0
# via -r requirements/base.in
gunicorn==25.1.0
gunicorn==25.3.0
# via -r requirements/base.in
idna==3.11
# via requests
Expand All @@ -106,7 +106,7 @@ markupsafe==3.0.3
# jinja2
# sentry-sdk
# werkzeug
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
oauthlib[signedtoken]==3.3.1
# via
Expand All @@ -127,7 +127,7 @@ prompt-toolkit==3.0.52
# via click-repl
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via
# pytest
# readme-renderer
Expand Down Expand Up @@ -168,7 +168,7 @@ redis==6.4.0
# kombu
repo-tools-data-schema @ git+https://github.com/openedx/repo-tools-data-schema.git
# via -r requirements/test.in
requests==2.32.5
requests==2.33.0
# via
# -r requirements/base.in
# github3-py
Expand All @@ -189,7 +189,7 @@ roman-numerals==4.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
sentry-sdk[flask]==2.55.0
sentry-sdk[flask]==2.56.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down Expand Up @@ -242,5 +242,5 @@ vine==5.1.0
# kombu
wcwidth==0.6.0
# via prompt-toolkit
werkzeug==3.1.6
werkzeug==3.1.7
# via flask
Loading