diff --git a/poetry.lock b/poetry.lock index 98e1a4f..59ccc9d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -787,13 +787,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pysnooper" -version = "1.1.1" +version = "1.2.1" description = "A poor man's debugger for Python." optional = false python-versions = "*" files = [ - {file = "PySnooper-1.1.1-py2.py3-none-any.whl", hash = "sha256:378f13d731a3e04d3d0350e5f295bdd0f1b49fc8a8b8bf2067fe1e5290bd20be"}, - {file = "PySnooper-1.1.1.tar.gz", hash = "sha256:d17dc91cca1593c10230dce45e46b1d3ff0f8910f0c38e941edf6ba1260b3820"}, + {file = "PySnooper-1.2.1-py2.py3-none-any.whl", hash = "sha256:7717ac193e27a0f9c5673015812386ee7828ad205f705045b2e019f4800b42a0"}, + {file = "PySnooper-1.2.1.tar.gz", hash = "sha256:d832ddf26c80440a9456b3a664daff957f737e7313c40b76250ebdb5ccdb6a31"}, ] [package.extras] @@ -1095,4 +1095,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "fc9627faa9f8f59f49a6a7e94e5f94576d2df77e39108d7ac39066814fafc933" +content-hash = "29013adb86e0db68272821578eacdf5d5a3a6fd8d39b0217642a60f80de32ba6" diff --git a/pyproject.toml b/pyproject.toml index c6de822..3b41e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = "^3.8.0" typer = {extras = ["all"], version = ">=0.2.1,<0.13.0"} datamodel-code-generator = {extras = ["http"], version = "0.25.6"} stringcase = "^1.2.0" -PySnooper = ">=0.4.1,<1.2.0" +PySnooper = ">=0.4.1,<1.3.0" jinja2 = ">=2.11.2,<4.0.0" pydantic = "^2.8" typed-ast = [