diff --git a/poetry.lock b/poetry.lock index 52f72fe..08573bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "appdirs" @@ -1893,13 +1893,13 @@ files = [ [[package]] name = "types-simplejson" -version = "3.19.0.20240310" +version = "3.19.0.20240801" description = "Typing stubs for simplejson" optional = false python-versions = ">=3.8" files = [ - {file = "types-simplejson-3.19.0.20240310.tar.gz", hash = "sha256:2831366f70d5d55832c3d978dff7c989575d55fb38621d086dbfee7a30c2b500"}, - {file = "types_simplejson-3.19.0.20240310-py3-none-any.whl", hash = "sha256:6f06d8e50112bc931863a40e2cf463a99223d55fe07f275826fa969962bb56a4"}, + {file = "types-simplejson-3.19.0.20240801.tar.gz", hash = "sha256:ef90cc81dd915f26c452fa2b5e0cbd3a36af81074ae63878fcf8a477e7594e4d"}, + {file = "types_simplejson-3.19.0.20240801-py3-none-any.whl", hash = "sha256:37f1b33c8626d7f072ea87737629310674845d54d187f12387fe33d31c938288"}, ] [[package]] @@ -2095,4 +2095,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.8.0" -content-hash = "a5c951a25252a674b1620ee86e520fb394b836f6233cd7e1a208b9281571c098" +content-hash = "94805f53edf36f1a773fd95767acff09818641b272c18cc3147cbed7dcb29391" diff --git a/pyproject.toml b/pyproject.toml index d1c79a2..2e5665d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pytest = "^7.4.3" tox = "^3.25.0" ruff = "^0.1.3" singer-sdk = { version=">=0.28,<0.39", extras = ["testing"] } -types-simplejson = "^3.19.0.1" +types-simplejson = "^3.19.0.20240801" types-setuptools = "^69.2.0.20240317" pre-commit = "^3.5.0"