mirror of https://github.com/OWASP/Nettacker.git
Bump asyncio from 3.4.3 to 4.0.0
Bumps [asyncio](https://github.com/python/asyncio) from 3.4.3 to 4.0.0. - [Commits](https://github.com/python/asyncio/commits) --- updated-dependencies: - dependency-name: asyncio dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1ff4258318
commit
a3a04bee58
|
|
@ -186,16 +186,14 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "asyncio"
|
name = "asyncio"
|
||||||
version = "3.4.3"
|
version = "4.0.0"
|
||||||
description = "reference implementation of PEP 3156"
|
description = "Deprecated backport of asyncio; use the stdlib package instead"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = ">=3.4"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "asyncio-3.4.3-cp33-none-win32.whl", hash = "sha256:b62c9157d36187eca799c378e572c969f0da87cd5fc42ca372d92cdb06e7e1de"},
|
{file = "asyncio-4.0.0-py3-none-any.whl", hash = "sha256:c1eddb0659231837046809e68103969b2bef8b0400d59cfa6363f6b5ed8cc88b"},
|
||||||
{file = "asyncio-3.4.3-cp33-none-win_amd64.whl", hash = "sha256:c46a87b48213d7464f22d9a497b9eef8c1928b68320a2fa94240f969f6fec08c"},
|
{file = "asyncio-4.0.0.tar.gz", hash = "sha256:570cd9e50db83bc1629152d4d0b7558d6451bb1bfd5dfc2e935d96fc2f40329b"},
|
||||||
{file = "asyncio-3.4.3-py3-none-any.whl", hash = "sha256:c4d18b22701821de07bd6aea8b53d21449ec0ec5680645e5317062ea21817d2d"},
|
|
||||||
{file = "asyncio-3.4.3.tar.gz", hash = "sha256:83360ff8bc97980e4ff25c964c7bd3923d333d177aa4f7fb736b019f26c7cb41"},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
@ -2253,4 +2251,4 @@ type = ["pytest-mypy"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.9, <3.13"
|
python-versions = "^3.9, <3.13"
|
||||||
content-hash = "0377e9d8f656d26bacf2ec6faa811d7172263b595430dc8ce21c5911538d3ed3"
|
content-hash = "2a7c0ad446e2ac781726f587942bc80da060507b501e3e002d4261e354885154"
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ nettacker = "nettacker.main:run"
|
||||||
python = "^3.9, <3.13"
|
python = "^3.9, <3.13"
|
||||||
aiohttp = "^3.9.5"
|
aiohttp = "^3.9.5"
|
||||||
argparse = "^1.4.0"
|
argparse = "^1.4.0"
|
||||||
asyncio = "^3.4.3"
|
asyncio = ">=3.4.3,<5.0.0"
|
||||||
flask = "^3.0.1"
|
flask = "^3.0.1"
|
||||||
ipaddr = "^2.2.0"
|
ipaddr = "^2.2.0"
|
||||||
multiprocess = "^0.70.15"
|
multiprocess = "^0.70.15"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue