From bdf4d973a0a9be6ffe6bbbc86d46cef6c209204d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 06:56:48 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.13763.5 to 241.12662.44 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.13763.5 to 241.12662.44. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.13763.5...pycharm/241.12662.44) --- 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 76e2a51c1..b7678b141 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1176,12 +1176,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.14475.49" +version = "241.12662.44" 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.12662.44.tar.gz", hash = "sha256:c857a3ffcb9bc99b669cf0a1ac4eca27b479c211800610cbba14cd4db8b8d350"}, ] [[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 = "77aa5e10d972587588faf8b282b8e2a34decb79f117f0089d81a3cf07e90ac1a" +content-hash = "5f5ec2e99067fd6d658e3cd9eb6df005cb8392f6ac0bda98aeff8a37e745006b" diff --git a/pyproject.toml b/pyproject.toml index 5c976de38..d3298836f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mysql-connector-python = "^8.3.0" boto3 = "^1.34.46" coverage = "^7.4.1" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = "^241.12662.44" pytest = "^7.4.4" pytest-mock = "^3.12.0" pytest-html = "^4.1.1"