Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
a73af3e7
Verified
Commit
a73af3e7
authored
Sep 07, 2022
by
renovate
Browse files
fix(deps): update dependency hypercorn to ^0.14.0
parent
a981ae40
Pipeline
#27984
passed with stages
in 2 minutes and 43 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
poetry.lock
View file @
a73af3e7
...
...
@@ -386,8 +386,8 @@ socks = ["socksio (>=1.0.0,<2.0.0)"]
[[package]]
name = "hypercorn"
version = "0.1
1.2
"
description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn
.
"
version = "0.1
4.3
"
description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn"
category = "main"
optional = false
python-versions = ">=3.7"
...
...
@@ -400,8 +400,8 @@ toml = "*"
wsproto = ">=0.14.0"
[package.extras]
docs = ["pydata-sphinx-theme"]
h3 = ["aioquic (>=0.9.0,<1.0)"]
tests = ["hypothesis", "mock", "pytest", "pytest-asyncio", "pytest-cov", "pytest-trio", "trio"]
trio = ["trio (>=0.11.0)"]
uvloop = ["uvloop"]
...
...
@@ -1032,7 +1032,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = ">=3.9,<3.11"
content-hash = "
879b45a5c84c40462afe971096ff654f7ef6981bbdcea5d5e6107e7f68355802
"
content-hash = "
0afd4b5faa1d291565d5a1a90d6d916ffc37537913d4037660a99c86bb3b3ed1
"
[metadata.files]
aiofiles = [
...
...
@@ -1346,8 +1346,8 @@ httpx = [
{file = "httpx-0.23.0.tar.gz", hash = "sha256:f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef"},
]
hypercorn = [
{file = "Hypercorn-0.1
1.2
-py3-none-any.whl", hash = "sha256:
8007c10f81566920f8ae12c0e26e146f94ca70506da964b5a727ad610aa1d821
"},
{file = "Hypercorn-0.1
1.2
.tar.gz", hash = "sha256:
5ba1e719c521080abd698ff5781a2331e34ef50fc1c89a50960538115a896a9a
"},
{file = "Hypercorn-0.1
4.3
-py3-none-any.whl", hash = "sha256:
7c491d5184f28ee960dcdc14ab45d14633ca79d72ddd13cf4fcb4cb854d679ab
"},
{file = "Hypercorn-0.1
4.3
.tar.gz", hash = "sha256:
4a87a0b7bbe9dc75fab06dbe4b301b9b90416e9866c23a377df21a969d6ab8dd
"},
]
hyperframe = [
{file = "hyperframe-6.0.1-py3-none-any.whl", hash = "sha256:0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15"},
...
...
pyproject.toml
View file @
a73af3e7
...
...
@@ -87,7 +87,7 @@ SQLAlchemy = "^1.4.26"
# ASGI
uvicorn
=
"^0.15.0"
gunicorn
=
"^20.1.0"
Hypercorn
=
"^0.1
1.2
"
Hypercorn
=
"^0.1
4.0
"
prometheus-fastapi-instrumentator
=
"^5.7.1"
pytest-xdist
=
"^2.4.0"
filelock
=
"^3.3.2"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment