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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ frozenlist==1.7.0
# aiosignal
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.4
idna==3.10
# via yarl
multidict==6.5.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.12
# via pre-commit
idna==3.3
idna==3.10
# via
# requests
# trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.12
# via pre-commit
idna==3.4
idna==3.10
# via
# requests
# trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.8
# via towncrier
docutils==0.21.2
# via sphinx
idna==3.4
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.8
# via towncrier
docutils==0.21.2
# via sphinx
idna==3.4
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ freezegun==1.5.2
# via -r requirements/lint.in
identify==2.6.12
# via pre-commit
idna==3.7
idna==3.10
# via trustme
iniconfig==2.1.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ frozenlist==1.7.0
# via
# -r requirements/runtime-deps.in
# aiosignal
idna==3.4
idna==3.10
# via yarl
multidict==6.5.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ frozenlist==1.7.0
# aiosignal
gunicorn==23.0.0
# via -r requirements/base.in
idna==3.4
idna==3.10
# via
# trustme
# yarl
Expand Down
Loading