diff --git a/poetry.lock b/poetry.lock index 115c3b1b..4893f300 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1163,12 +1163,12 @@ files = [ [[package]] name = "pydevd-pycharm" -version = "233.14475.56" +version = "241.14494.241" 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.241.tar.gz", hash = "sha256:01a2444fe04056ea21254a24df388528b5fcea5180ed9642722a13ab2e4ce570"}, ] [[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 = "17acc0c44670ad522c424262a9d9b6df082c5ff38d843a386c18e8c6cedcb1ed" +content-hash = "430f8d983edbb4d3bb393a44c416fc78366d89550cb61f29a93fc6885e1a009e" diff --git a/pyproject.toml b/pyproject.toml index fb453e12..e89237e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mysql-connector-python = "^8.3.0" boto3 = "^1.34.85" coverage = "^7.4.4" debugpy = "^1.8.1" -pydevd-pycharm = "^233.13763.5" +pydevd-pycharm = "^241.14494.241" pytest = "^7.4.4" pytest-mock = "^3.14.0" pytest-html = "^4.1.1"