From 3c101a880ca5bf5ea994ac4e7c2a561dfdb9362c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 21:39:14 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.15619.17 to 252.23892.194 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.15619.17 to 252.23892.194. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.15619.17...pycharm/252.23892.194) --- updated-dependencies: - dependency-name: pydevd-pycharm dependency-version: 252.23892.194 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e4258a20..d346e3ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 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 = "astor" @@ -1302,13 +1302,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "252.23892.194" 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-252.23892.194.tar.gz", hash = "sha256:81c643de4892a1b0566b6efacd6178b0c6d8d7268cfb991334eb034ff02ff85b"}, ] [[package]] @@ -2292,4 +2292,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.8.1" -content-hash = "4d6dc3f0080c62b28f78487a4cbefa724da3af5e9fd100a6abd376bcae3baadf" +content-hash = "07c61fc307e027f5cbbf3ce9e8db588211c7f58df26badbc302debcc331a192d" diff --git a/pyproject.toml b/pyproject.toml index fd831fe0..0e22a0ae 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,<253.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"