From b2b77f3723e382659c4a19cc8444cb5a454dbb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:41:26 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.15619.17 to 253.28294.256 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.15619.17 to 253.28294.256. - [Release notes](https://github.com/JetBrains/intellij-community/releases) - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.15619.17...pycharm/253.28294.256) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-version: 253.28294.256 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index dfffec3e..7544a722 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1269,13 +1269,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "253.29346.142" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" groups = ["test"] files = [ - {file = "pydevd_pycharm-233.15619.17.tar.gz", hash = "sha256:eb92c77803279e45ae5a325e5c5777d0e745af651c84856cc3849d48ff188f17"}, + {file = "pydevd_pycharm-253.29346.142.tar.gz", hash = "sha256:71ce2336176a5533d1e76ded7a5af06b11d592a93102487301dfef83db33dfa4"}, ] [[package]] @@ -2255,4 +2255,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "5c9676388fe69de1cd60d813b75285505ccbc9e872168e83f9af0d7130d7cb75" +content-hash = "414e0341cc4d989af24f7377d527bea41df721ce0d2dc402959a6f522a8b07f6" diff --git a/pyproject.toml b/pyproject.toml index 42aec314..3da05960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ boto3 = "^1.34.111" types-boto3 = "^1.34.111" coverage = "^7.5.1" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = ">=233.13763.5,<254.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"