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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ boltons==25.0.0
# via
# face
# glom
cachetools==6.2.3
cachetools==6.2.4
# via -r requirements/base.in
celery[redis]==5.6.0
# via -r requirements/base.in
Expand Down Expand Up @@ -130,7 +130,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.47.0
sentry-sdk[flask]==2.48.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
14 changes: 9 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ boltons==25.0.0
# glom
build==1.3.0
# via pip-tools
cachetools==6.2.3
cachetools==6.2.4
# via -r requirements/base.in
celery[redis]==5.6.0
# via -r requirements/base.in
Expand Down Expand Up @@ -129,7 +129,7 @@ jira==3.10.5
# via -r requirements/base.in
kombu[redis]==5.6.1
# via celery
librt==0.7.3
librt==0.7.4
# via mypy
logging-tree==1.10
# via -r requirements/base.in
Expand All @@ -145,7 +145,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mypy==1.19.0
mypy==1.19.1
# via -r requirements/dev.in
mypy-extensions==1.1.0
# via mypy
Expand Down Expand Up @@ -262,13 +262,17 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
roman-numerals-py==3.1.0
roman-numerals==4.1.0
# via
# roman-numerals-py
# sphinx
roman-numerals-py==4.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
scriv==1.7.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.47.0
sentry-sdk[flask]==2.48.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down
6 changes: 5 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.5
# via sphinx
roman-numerals-py==3.1.0
roman-numerals==4.1.0
# via
# roman-numerals-py
# sphinx
roman-numerals-py==4.1.0
# via sphinx
six==1.17.0
# via sphinxcontrib-httpdomain
Expand Down
10 changes: 7 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ boltons==25.0.0
# via
# face
# glom
cachetools==6.2.3
cachetools==6.2.4
# via -r requirements/base.in
celery[redis]==5.6.0
# via -r requirements/base.in
Expand Down Expand Up @@ -187,11 +187,15 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
roman-numerals-py==3.1.0
roman-numerals==4.1.0
# via
# roman-numerals-py
# sphinx
roman-numerals-py==4.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
sentry-sdk[flask]==2.47.0
sentry-sdk[flask]==2.48.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down