From 10dd6c0da523abfe8a4313912747f02e73f2c5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 06:52:08 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.14475.49 to 241.13688.16 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.14475.49 to 241.13688.16. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.14475.49...pycharm/241.13688.16) --- 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 29f601879..392028aca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1176,12 +1176,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.14475.49" +version = "241.13688.16" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" files = [ - {file = "pydevd-pycharm-233.14475.49.tar.gz", hash = "sha256:f77410779774186494aff13b0d80c0ea705f8fa925085f8796ec1106ad26cb8f"}, + {file = "pydevd-pycharm-241.13688.16.tar.gz", hash = "sha256:834b047050664de298786db45041c7a1b38e8c7bd4b05d4f1a3c15c0583b6934"}, ] [[package]] @@ -1658,4 +1658,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "3c48e590508bb44f66857d2f5a3d5e35775852d018594c7ef58a382420ee9c85" +content-hash = "783d3a4b08a2a71fe06bb122e30d7688dcc1eb4eedbacadef08d161b204b3ace" diff --git a/pyproject.toml b/pyproject.toml index 59e51d04a..ddf556e96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mysql-connector-python = "^8.3.0" boto3 = "^1.34.52" coverage = "^7.4.3" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = "^241.13688.16" pytest = "^7.4.4" pytest-mock = "^3.12.0" pytest-html = "^4.1.1"