diff --git a/poetry.lock b/poetry.lock index 7ea1104c..6632b8f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1906,13 +1906,13 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.15619.17" +version = "261.21849.34" 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.21849.34.tar.gz", hash = "sha256:fd4014dace6ac1523e9b9b4be06350e910e7abaadab442781eb6311d0e13426b"}, ] [[package]] @@ -2949,4 +2949,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "3759fd70597c79048cebeb4fc0a1a1caa1d8a50bef0948a5a3dda1eaf13fddf5" +content-hash = "d691dc1a58bb5fbab5129f729788e395317ea932c29f05baf3cfb08ea1d937e1" diff --git a/pyproject.toml b/pyproject.toml index ffd73d2f..89b772e7 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"