From 2daef21e873248f2dea5451231d1bf26ea97c288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:22:42 +0000 Subject: [PATCH] chore(deps): bump structlog from 20.2.0 to 23.1.0 Bumps [structlog](https://github.com/hynek/structlog) from 20.2.0 to 23.1.0. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/20.2.0...23.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84449100..90c0aa38 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2000,19 +2000,20 @@ sphinx = ">=1.8" [[package]] name = "structlog" -version = "20.2.0" +version = "23.1.0" description = "Structured Logging for Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "structlog-20.2.0-py2.py3-none-any.whl", hash = "sha256:33dd6bd5f49355e52c1c61bb6a4f20d0b48ce0328cc4a45fe872d38b97a05ccd"}, - {file = "structlog-20.2.0.tar.gz", hash = "sha256:af79dfa547d104af8d60f86eac12fb54825f54a46bc998e4504ef66177103174"}, + {file = "structlog-23.1.0-py3-none-any.whl", hash = "sha256:79b9e68e48b54e373441e130fa447944e6f87a05b35de23138e475c05d0f7e0e"}, + {file = "structlog-23.1.0.tar.gz", hash = "sha256:270d681dd7d163c11ba500bc914b2472d2b50a8ef00faa999ded5ff83a2f906b"}, ] [package.extras] -dev = ["coverage[toml]", "freezegun (>=0.2.8)", "furo", "pre-commit", "pretend", "pytest (>=6.0)", "pytest-asyncio", "pytest-randomly", "simplejson", "sphinx", "sphinx-toolbox", "twisted"] -docs = ["furo", "sphinx", "sphinx-toolbox", "twisted"] -tests = ["coverage[toml]", "freezegun (>=0.2.8)", "pretend", "pytest (>=6.0)", "pytest-asyncio", "pytest-randomly", "simplejson"] +dev = ["structlog[docs,tests,typing]"] +docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "twisted"] +tests = ["coverage[toml]", "freezegun (>=0.2.8)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "simplejson"] +typing = ["mypy", "rich", "twisted"] [[package]] name = "tinydb" @@ -2319,4 +2320,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 = "a702b9d81e269aeb264c221bccc11321dc3884deb4674cd0253a7367d5ce4a08" diff --git a/pyproject.toml b/pyproject.toml index 01016b38..7d585347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = ['raspberry', 'opencast', 'chromecast'] python = "^3.8" "hurry.filesize" = "^0.9" transitions = "^0.8.6" -structlog = "^20.2.0" +structlog = "^23.1.0" colorama = "^0.4.4" python-vlc = "^3.0.9113" aiohttp = "^3.7.3"