From d0f38ce385bbb4a1cc2b1ae7da82b93557655b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 07:06:51 +0000 Subject: [PATCH] chore(deps-dev): Bump pydevd-pycharm from 233.13763.5 to 241.11761.13 Bumps [pydevd-pycharm](https://github.com/JetBrains/intellij-community) from 233.13763.5 to 241.11761.13. - [Commits](https://github.com/JetBrains/intellij-community/compare/pycharm/233.13763.5...pycharm/241.11761.13) --- 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 54f3d297..49b8cb55 100644 --- a/poetry.lock +++ b/poetry.lock @@ -860,12 +860,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.13763.5" +version = "241.11761.13" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" files = [ - {file = "pydevd-pycharm-233.13763.5.tar.gz", hash = "sha256:2585e3c8a0048f65a7276bb40805e851a76355ca6528523de8561f9369102fff"}, + {file = "pydevd-pycharm-241.11761.13.tar.gz", hash = "sha256:46e20a7d352cbec844e1cf23b54aaef86a7aa3cde8e6370ced27f93d8ae42db8"}, ] [[package]] @@ -1237,4 +1237,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "7adf823d30cd823d16818b7548e0b538447edd7d6cf3edc213162e4ac0492933" +content-hash = "a30ce3bb5cfe8b0aae1fdb793c8b3da7633631c40656813db259c9cbb61247d1" diff --git a/pyproject.toml b/pyproject.toml index d358de83..d4d94904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ mysql-connector-python = "^8.3.0" boto3 = "^1.34.42" coverage = "^7.4.1" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = "^241.11761.13" pytest = "^7.4.4" pytest-mock = "^3.12.0" pytest-html = "^4.1.1"