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 @@ -91,7 +91,7 @@ oauthlib[signedtoken]==3.3.1
# via
# -r requirements/base.in
# requests-oauthlib
packaging==26.0
packaging==26.1
# via
# gunicorn
# jira
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.57.0
sentry-sdk[flask]==2.58.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mypy==1.20.0
mypy==1.20.1
# via -r requirements/dev.in
mypy-extensions==1.1.0
# via mypy
Expand All @@ -153,7 +153,7 @@ oauthlib[signedtoken]==3.3.1
# via
# -r requirements/base.in
# requests-oauthlib
packaging==26.0
packaging==26.1
# via
# build
# gunicorn
Expand Down Expand Up @@ -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.57.0
sentry-sdk[flask]==2.58.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ markupsafe==3.0.3
# via jinja2
nh3==0.3.4
# via readme-renderer
packaging==26.0
packaging==26.1
# via sphinx
pygments==2.20.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.4.3
# via pip-tools
click==8.3.2
# via pip-tools
packaging==26.0
packaging==26.1
# via
# build
# wheel
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
packaging==26.0
packaging==26.1
# via wheel
wheel==0.46.3
# via -r requirements/pip.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ oauthlib[signedtoken]==3.3.1
# via
# -r requirements/base.in
# requests-oauthlib
packaging==26.0
packaging==26.1
# via
# gunicorn
# jira
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.57.0
sentry-sdk[flask]==2.58.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
Loading