Skip to content
Open
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 @@ -21,11 +21,11 @@ boltons==26.1.0
# via
# face
# glom
cachetools==7.1.4
cachetools==7.1.6
# via -r requirements/base.in
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.6.17
certifi==2026.7.22
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -96,7 +96,7 @@ packaging==26.2
# gunicorn
# jira
# kombu
prompt-toolkit==3.0.52
prompt-toolkit==3.0.53
# via click-repl
pycparser==3.0
# via cffi
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.66.0
sentry-sdk[flask]==2.66.1
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ boltons==26.1.0
# glom
build==1.5.0
# via pip-tools
cachetools==7.1.4
cachetools==7.1.6
# via -r requirements/base.in
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.6.17
certifi==2026.7.22
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -168,13 +168,13 @@ pathspec==1.1.1
# via mypy
pip-tools==7.6.0
# via -r requirements/dev.in
platformdirs==4.10.1
platformdirs==4.11.0
# via pylint
pluggy==1.6.0
# via
# pytest
# pytest-cov
prompt-toolkit==3.0.52
prompt-toolkit==3.0.53
# via click-repl
pycparser==3.0
# via cffi
Expand Down Expand Up @@ -230,7 +230,7 @@ python-dotenv==1.2.2
# via -r requirements/dev.in
python-slugify==8.0.4
# via code-annotations
pytz==2026.2
pytz==2026.3.post1
# via -r requirements/test.in
pyyaml==6.0.3
# via
Expand Down Expand Up @@ -269,7 +269,7 @@ schema==0.7.8
# via repo-tools-data-schema
scriv==1.8.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.66.0
sentry-sdk[flask]==2.66.1
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -311,7 +311,7 @@ tomlkit==0.15.1
# pylint
types-cachetools==7.0.0.20260713
# via -r requirements/dev.in
types-pyyaml==6.0.12.20260518
types-pyyaml==6.0.12.20260724
# via -r requirements/dev.in
types-requests==2.33.0.20260712
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==1.0.0
# via sphinx
babel==2.18.0
# via sphinx
certifi==2026.6.17
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
# via requests
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ boltons==26.1.0
# via
# face
# glom
cachetools==7.1.4
cachetools==7.1.6
# via -r requirements/base.in
celery[redis]==5.6.3
# via -r requirements/base.in
certifi==2026.6.17
certifi==2026.7.22
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -123,7 +123,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
prompt-toolkit==3.0.52
prompt-toolkit==3.0.53
# via click-repl
pycparser==3.0
# via cffi
Expand Down Expand Up @@ -154,7 +154,7 @@ python-dateutil==2.9.0.post0
# celery
# freezegun
# github3-py
pytz==2026.2
pytz==2026.3.post1
# via -r requirements/test.in
pyyaml==6.0.3
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ roman-numerals==4.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
sentry-sdk[flask]==2.66.0
sentry-sdk[flask]==2.66.1
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down