From 1f3c8201f04dc1b1ed063415833aac82bf78eed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:18:04 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.15325.20 to 243.16718.36 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.15325.20 to 243.16718.36. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.15325.20...pycharm/243.16718.36) --- updated-dependencies: - dependency-name: pydevd-pycharm 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 95587a2a..d79e30e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1172,12 +1172,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15325.20" +version = "243.16718.36" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" files = [ - {file = "pydevd-pycharm-233.15325.20.tar.gz", hash = "sha256:b0e4663b6ff8dec0cb974aa4a15312867fde32b10bbe6ab5353c8389efa4503c"}, + {file = "pydevd_pycharm-243.16718.36.tar.gz", hash = "sha256:7c0f976c37710a9f6fb2e96ab72d1c44b2ab366aa5e593e68399e6cb84ca99b8"}, ] [[package]] @@ -1654,4 +1654,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "47a0ecc167b2221602cf2ba98f0e8a96b5b472e0d92561715551df388a6e8844" +content-hash = "92cae3c5f823c9fd0dee1bf396efc470f5e839dc385573dd3c3d25eb0ea0d7c5" diff --git a/pyproject.toml b/pyproject.toml index 23532252..7c9881d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ mysql-connector-python = "^8.4.0" boto3 = "^1.34.111" coverage = "^7.5.1" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = ">=233.13763.5,<244.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"