Skip to content
Closed
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/checkdocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docutils==0.20.1
# sphinx-rtd-theme
h11==0.16.0
# via uvicorn
idna==3.7
idna==3.15
# via
# anyio
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ hupper==1.12
# via
# -r prod.txt
# pyramid
idna==3.10
idna==3.15
# via
# -r prod.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docutils==0.20.1
# sphinx-rtd-theme
h11==0.16.0
# via uvicorn
idna==3.7
idna==3.15
# via
# anyio
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ hupper==1.12
# via
# -r prod.txt
# pyramid
idna==3.10
idna==3.15
# via
# -r prod.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ hupper==1.12
# -r functests.txt
# -r tests.txt
# pyramid
idna==3.10
idna==3.15
# via
# -r functests.txt
# -r tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ h-pyramid-sentry==1.2.4
# via -r prod.in
hupper==1.12
# via pyramid
idna==3.10
idna==3.15
# via requests
importlib-resources==6.5.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click==8.1.8
# pip-tools
cookiecutter==2.6.0
# via -r template.in
idna==3.10
idna==3.15
# via requests
jinja2==3.1.6
# via cookiecutter
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ hupper==1.12
# via
# -r prod.txt
# pyramid
idna==3.10
idna==3.15
# via
# -r prod.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ hupper==1.12
# via
# -r prod.txt
# pyramid
idna==3.10
idna==3.15
# via
# -r prod.txt
# requests
Expand Down
Loading