From 71973dbbb77a2364ef056939e641e193d30aae1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 06:25:13 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.14475.56 to 241.14494.200 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.14475.56 to 241.14494.200. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.14475.56...pycharm/241.14494.200) --- 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 ecc04b2a..9eaa938d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1163,12 +1163,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.14475.56" +version = "241.14494.200" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" files = [ - {file = "pydevd-pycharm-233.14475.56.tar.gz", hash = "sha256:ab3a8dcc04966ba81ebc3b48b3d99e1c706375c6eb06632d918ef5d97b2242ec"}, + {file = "pydevd-pycharm-241.14494.200.tar.gz", hash = "sha256:c894cfc144374ff8731c76ec037eae290bd32434a069a300f4fc46f5f01bde3f"}, ] [[package]] @@ -1645,4 +1645,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "45ac55163893ad2a3508c6682f388f76a4c27c14feda1033502d87c9074b6b79" +content-hash = "7011684aa92ec15f351f3ae96ea3d107ca928359ccadf7b087ce4b09f7142770" diff --git a/pyproject.toml b/pyproject.toml index 848bdf46..ad57ca46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mysql-connector-python = "^8.3.0" boto3 = "^1.34.72" coverage = "^7.4.4" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = "^241.14494.200" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"