diff --git a/poetry.lock b/poetry.lock index ccf71e6f..2c0c668a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -788,7 +788,7 @@ sphinx = ">=1.8" [[package]] name = "structlog" -version = "20.2.0" +version = "21.1.0" description = "Structured Logging for Python" category = "main" optional = false @@ -917,7 +917,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "8791fbcabad944f707a8317bc2a567a3ba7a33d6590b9d51b2178aa91b55cf2c" +content-hash = "083beee57058abc4b31adad6092d0d67ccdc5745b064e303e6189574783cd894" [metadata.files] aiohttp = [ @@ -1489,8 +1489,8 @@ sphinxemoji = [ {file = "sphinxemoji-0.1.8.tar.gz", hash = "sha256:3da5d1e33c0bc4fa9506420f02b73234868d10a1b243ee15ae2111f118a43f72"}, ] structlog = [ - {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-21.1.0-py2.py3-none-any.whl", hash = "sha256:62f06fc0ee32fb8580f0715eea66cb87271eb7efb0eaf9af6b639cba8981de47"}, + {file = "structlog-21.1.0.tar.gz", hash = "sha256:d9d2d890532e8db83c6977a2a676fb1889922ff0c26ad4dc0ecac26f9fafbc57"}, ] tinydb = [ {file = "tinydb-4.4.0-py3-none-any.whl", hash = "sha256:30b0f718ebb288e42d2f69f3e1b18928739f25153e6b5308a234e95c1673de71"}, diff --git a/pyproject.toml b/pyproject.toml index fd6d852a..89a8b760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = ['raspberry', 'opencast', 'chromecast'] python = "^3.7" "hurry.filesize" = "^0.9" transitions = "^0.8.6" -structlog = "^20.2.0" +structlog = "^21.1.0" colorama = "^0.4.4" python-vlc = "^3.0.9113" aiohttp = "^3.7.3"