build(deps-dev): bump nest-asyncio from 1.5.8 to 1.5.9 (#1248)

Bumps [nest-asyncio](https://github.com/erdewit/nest_asyncio) from 1.5.8 to 1.5.9.
- [Release notes](https://github.com/erdewit/nest_asyncio/releases)
- [Commits](https://github.com/erdewit/nest_asyncio/compare/v1.5.8...v1.5.9)

---
updated-dependencies:
- dependency-name: nest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-16 03:49:26 +01:00
committed by GitHub
parent 48628a8fc0
commit d8b9aac3cc
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1600,13 +1600,13 @@ files = [
[[package]]
name = "nest-asyncio"
version = "1.5.8"
version = "1.5.9"
description = "Patch asyncio to allow nested event loops"
optional = false
python-versions = ">=3.5"
files = [
{file = "nest_asyncio-1.5.8-py3-none-any.whl", hash = "sha256:accda7a339a70599cb08f9dd09a67e0c2ef8d8d6f4c07f96ab203f2ae254e48d"},
{file = "nest_asyncio-1.5.8.tar.gz", hash = "sha256:25aa2ca0d2a5b5531956b9e273b45cf664cae2b145101d73b86b199978d48fdb"},
{file = "nest_asyncio-1.5.9-py3-none-any.whl", hash = "sha256:61ec07ef052e72e3de22045b81b2cc7d71fceb04c568ba0b2e4b2f9f5231bec2"},
{file = "nest_asyncio-1.5.9.tar.gz", hash = "sha256:d1e1144e9c6e3e6392e0fcf5211cb1c8374b5648a98f1ebe48e5336006b41907"},
]
[[package]]
@ -2861,4 +2861,4 @@ sqlite = ["aiosqlite"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "23f7cb3216811616438a260897b5b5568c974bfe7e349454ff5c0aead3366028"
content-hash = "bee78803e9d28c5dfb3115d29ac8cbbc089f2db54023136010642afbfc67c076"

View File

@ -114,7 +114,7 @@ dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }
# Performance testing
yappi = "^1.6.0"
pytest-benchmark = "^4.0.0"
nest-asyncio = "^1.5.8"
nest-asyncio = "^1.5.9"
pre-commit = "^2.21.0"