From d88ff41e341924290be6b7ad495ab6361133a139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:18:35 +0000 Subject: [PATCH] Bump pysnooper from 1.1.1 to 1.2.3 Bumps [pysnooper](https://github.com/cool-RR/PySnooper) from 1.1.1 to 1.2.3. - [Release notes](https://github.com/cool-RR/PySnooper/releases) - [Commits](https://github.com/cool-RR/PySnooper/compare/1.1.1...1.2.3) --- updated-dependencies: - dependency-name: pysnooper dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 544476a..242f72d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -776,14 +776,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pysnooper" -version = "1.1.1" +version = "1.2.3" description = "A poor man's debugger for Python." optional = false python-versions = "*" groups = ["main"] 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.3-py2.py3-none-any.whl", hash = "sha256:546372f0e72da89f8d1b89e758b7c05a478d65288569a1ca2cc1620e7b1b1944"}, + {file = "pysnooper-1.2.3.tar.gz", hash = "sha256:1fa1425444a7af45108aaed860b5ca8b62b25bba25b0b037c059ba353d8f1e74"}, ] [package.extras] @@ -1067,4 +1067,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "0499c0bbdcf0d97979ee551fc04cff432a60ca5e4e4b109d287388918cd0820b" +content-hash = "df160b7246bfba48282880b5388db1b3ffd545a1c8eb5e197ac15b561017b33b" diff --git a/pyproject.toml b/pyproject.toml index f510746..3a08948 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ python = ">=3.9,<3.13" typer = {extras = ["all"], version = ">=0.2.1,<0.13.0"} datamodel-code-generator = {extras = ["http"], version = "0.30.1"} 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"