From 85989287fbdd6626e0664cc88aa6f58919c4dfbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 06:59:00 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.14475.49 to 241.14024.28 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.14475.49 to 241.14024.28. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.14475.49...pycharm/241.14024.28) --- 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 02e93134a..e56f72f93 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1176,12 +1176,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.14475.49" +version = "241.14024.28" 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.14024.28.tar.gz", hash = "sha256:62855601756894ff3888469fd7114950d81289f1b1dbad20394520cc2ef35405"}, ] [[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 = "cad3ee84032decc7b728a6b293ebe696278d1a3ea6b616e651dc9773e7468c46" +content-hash = "7dad3b3bdf5e8dab962d19fe1810051ff717c4c1ebf799dd366290c59507b4b7" diff --git a/pyproject.toml b/pyproject.toml index bf019a8f1..845285676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mysql-connector-python = "^8.3.0" boto3 = "^1.34.56" coverage = "^7.4.3" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = "^241.14024.28" pytest = "^7.4.4" pytest-mock = "^3.12.0" pytest-html = "^4.1.1"