diff --git a/poetry.lock b/poetry.lock index 7586d3a3..4a2cd3c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1906,13 +1906,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "261.20869.49" description = "PyCharm Debugger (used in PyCharm and PyDev)" optional = false python-versions = "*" groups = ["test"] files = [ - {file = "pydevd_pycharm-233.15619.17.tar.gz", hash = "sha256:eb92c77803279e45ae5a325e5c5777d0e745af651c84856cc3849d48ff188f17"}, + {file = "pydevd_pycharm-261.20869.49.tar.gz", hash = "sha256:9c54c547eb7590389e048e801f3d0bf3d8f75c28fc51b50ebf9c387bbde2afc9"}, ] [[package]] @@ -2945,4 +2945,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "5e61f8b2bbcd984dda9bf67a1b0c91ee524f62f13025da25cdb8cfbb176590e4" +content-hash = "ba8bdebdb3b24b9e12bd8150caf6991a5ea158723c4d0fe030c58e78d930fb93" diff --git a/pyproject.toml b/pyproject.toml index 3b7efdbd..a60c75c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ boto3 = "^1.34.111" types-boto3 = "^1.34.111" coverage = "^7.5.1" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = ">=233.13763.5,<262.0.0" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"