diff --git a/poetry.lock b/poetry.lock index f3de9d9b..2fbe8fbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1615,13 +1615,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rope" -version = "1.10.0" +version = "1.11.0" description = "a python refactoring library..." optional = false python-versions = ">=3.8" files = [ - {file = "rope-1.10.0-py3-none-any.whl", hash = "sha256:4e9f06d7296708a8a6518590c49352c99394053d91fde5b1d74c9ffc85c76d5b"}, - {file = "rope-1.10.0.tar.gz", hash = "sha256:14bfcc7dfea69fa32c53db0667e86e321ef059de555c7f8101a0cb91c8d85a55"}, + {file = "rope-1.11.0-py3-none-any.whl", hash = "sha256:62c9028353d1f020653bd1b090d659031539842ede6bd65985f86db3d6430932"}, + {file = "rope-1.11.0.tar.gz", hash = "sha256:ac0cbdcda5a546e1e56c54976df07ea2cb04c806f65459bc213536c5d1bc073e"}, ] [package.dependencies] @@ -2026,4 +2026,4 @@ tracking = ["sentry-sdk"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6146a18ec0995c1d45c44af53e5c982b4f49ff21fc6c51c816b2a3a386688617" +content-hash = "4106e7153feec8bd5caa550eab2e50fb4649f73d2b5f4c454a1eb7fa1ff26f5e" diff --git a/pyproject.toml b/pyproject.toml index e6fef1c5..cfd1fe29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ uritemplate = ">=3.0.1,<5.0.0" djangorestframework = "=3.14.0" coreapi = "^2.3.3" weasyprint = ">=51,<61" -rope = ">=0.17,<1.11" +rope = ">=0.17,<1.12" sentry-sdk = { version = "^1.1.0", optional = true } [tool.poetry.dev-dependencies] @@ -42,7 +42,7 @@ pytest-env = ">=0.8.1" autohooks = ">=23.1.0" autohooks-plugin-pylint = ">=22.8.1" autohooks-plugin-black = ">=22.11.0" -rope = ">=0.17,<1.11" +rope = ">=0.17,<1.12" pontos = ">=21.6.3" [tool.poetry.extras]