diff --git a/poetry.lock b/poetry.lock index aa28e53..d5e71e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1319,18 +1319,18 @@ sqlcipher = ["sqlcipher3-binary"] [[package]] name = "structlog" -version = "23.2.0" +version = "23.3.0" description = "Structured Logging for Python" optional = false python-versions = ">=3.8" files = [ - {file = "structlog-23.2.0-py3-none-any.whl", hash = "sha256:16a167e87b9fa7fae9a972d5d12805ef90e04857a93eba479d4be3801a6a1482"}, - {file = "structlog-23.2.0.tar.gz", hash = "sha256:334666b94707f89dbc4c81a22a8ccd34449f0201d5b1ee097a030b577fa8c858"}, + {file = "structlog-23.3.0-py3-none-any.whl", hash = "sha256:d6922a88ceabef5b13b9eda9c4043624924f60edbb00397f4d193bd754cde60a"}, + {file = "structlog-23.3.0.tar.gz", hash = "sha256:24b42b914ac6bc4a4e6f716e82ac70d7fb1e8c3b1035a765591953bfc37101a5"}, ] [package.extras] dev = ["structlog[tests,typing]"] -docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "twisted"] +docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "sphinxext-opengraph", "twisted"] tests = ["freezegun (>=0.2.8)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "simplejson"] typing = ["mypy (>=1.4)", "rich", "twisted"] @@ -1404,4 +1404,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "e932c5de01543d8d0e12f071b1abdbebab8d8c5f374033be60cc9c57b71a3c1e" +content-hash = "30c9c687fdfaa6e2d5db7ce023cba5ee7267d18f6914b3620d25600cc94f9f48" diff --git a/pyproject.toml b/pyproject.toml index 6b8357b..b303132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python = ">=3.8" colorama = "==0.4.*" requests-cache = { version = "==1.1.*", python = "<4" } singer-sdk = "==0.34.*" -structlog = "==23.2.*" +structlog = "==23.3.*" [tool.poetry.group.dev.dependencies] pytest = "==7.*"