From 4038373d0e7336560d605de9420668c2469ee177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 06:59:51 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.15619.17 to 261.20362.36 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.15619.17 to 261.20362.36. - [Release notes](https://github.com/JetBrains/intellij-community/releases) - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.15619.17...pycharm/261.20362.36) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-version: 261.20362.36 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 d5f050a8..5c0b9096 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1906,13 +1906,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "261.20362.36" 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-261.20362.36.tar.gz", hash = "sha256:754ffed249f042c6fc7ae50646251f5d5e234f1fc96bcaad0997bedb60741439"}, ] [[package]] @@ -2945,4 +2945,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "5e61f8b2bbcd984dda9bf67a1b0c91ee524f62f13025da25cdb8cfbb176590e4" +content-hash = "ba8bdebdb3b24b9e12bd8150caf6991a5ea158723c4d0fe030c58e78d930fb93" diff --git a/pyproject.toml b/pyproject.toml index 3b7efdbd..a60c75c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,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,<262.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"