Skip to content
17 changes: 10 additions & 7 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
# Note: h11 upgraded from 0.14.0 to 0.16.0 (Dependabot PR #279)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this change to the comment

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the documentation comments as requested. Changes in commit 6e2edf1.

# Required coordinated upgrade of httpcore to support h11>=0.16.0
#
aiofiles==24.1.0
# via quart
Expand Down Expand Up @@ -58,7 +61,7 @@ frozenlist==1.5.0
# aiosignal
gunicorn==23.0.0
# via quartapp (pyproject.toml)
h11==0.14.0
h11==0.16.0
# via
# httpcore
# hypercorn
Expand All @@ -68,7 +71,7 @@ h2==4.1.0
# via hypercorn
hpack==4.0.0
# via h2
httpcore==1.0.6
httpcore==1.0.8
# via httpx
httptools==0.6.4
# via quartapp (pyproject.toml)
Expand Down
Loading