From 55318cdc74efe3e128bf97580972ec6dca2e74b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:21:13 +0000 Subject: [PATCH] chore(deps): bump janus from 0.6.2 to 1.0.0 Bumps [janus](https://github.com/aio-libs/janus) from 0.6.2 to 1.0.0. - [Release notes](https://github.com/aio-libs/janus/releases) - [Changelog](https://github.com/aio-libs/janus/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/janus/compare/v0.6.2...v1.0.0) --- updated-dependencies: - dependency-name: janus dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84449100..7bfd54bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -885,15 +885,18 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "janus" -version = "0.6.2" +version = "1.0.0" description = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "janus-0.6.2-py3-none-any.whl", hash = "sha256:a719e6b0bed81a5d64fef0c186ee44b3077812b03e6f86deccab13e37ade33ec"}, - {file = "janus-0.6.2.tar.gz", hash = "sha256:127edc891f9e13420dd12f230d5113fa3de7f93662b81acfaf845989edf5eebf"}, + {file = "janus-1.0.0-py3-none-any.whl", hash = "sha256:2596ea5482711c1ee3ef2df6c290aaf370a13c55a007826e8f7c32d696d1d00a"}, + {file = "janus-1.0.0.tar.gz", hash = "sha256:df976f2cdcfb034b147a2d51edfc34ff6bfb12d4e2643d3ad0e10de058cb1612"}, ] +[package.dependencies] +typing-extensions = ">=3.7.4.3" + [[package]] name = "jinja2" version = "3.1.2" @@ -2319,4 +2322,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "11906416e82995bd5754941cc3c2c8c56d5fb0ed1051a4cceaa98a110c8edfaf" +content-hash = "6ee5dd75a0bf6e6b8c3ea100df8430b39cf6d5769f4f7bbd839d6e36ffeafc5a" diff --git a/pyproject.toml b/pyproject.toml index 01016b38..2d1b1a74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ structlog = "^20.2.0" colorama = "^0.4.4" python-vlc = "^3.0.9113" aiohttp = "^3.7.3" -janus = "^0.6.1" +janus = "^1.0.0" aiohttp-middlewares = "^1.1.0" tinydb = "^4.4.0" marshmallow = "^3.9.1"