From 5c848021dddf0968ad1176c6fbb6d147a2e571ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:46:30 +0000 Subject: [PATCH] build(deps-dev): bump rope from 1.0.0 to 1.1.1 Bumps [rope](https://github.com/python-rope/rope) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/python-rope/rope/releases) - [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-rope/rope/compare/1.0.0...1.1.1) --- updated-dependencies: - dependency-name: rope dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 744c4e6b..b44dc9a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1165,7 +1165,7 @@ tests = ["pytest (>=7.0.0)", "coverage (>=6.0.0)", "pytest-cov", "pytest-asyncio [[package]] name = "rope" -version = "1.0.0" +version = "1.1.1" description = "a python refactoring library..." category = "dev" optional = false @@ -1340,7 +1340,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "1a017e241b6283eba31cbba4574922f61ae8152809c3d9e50660d901eb49b78b" +content-hash = "26cd892a69a0c90cd17bc3d7b37248cf32b5a427d87eb953daa0987166aa7983" [metadata.files] affine = [ @@ -2068,8 +2068,8 @@ responses = [ {file = "responses-0.20.0.tar.gz", hash = "sha256:644905bc4fb8a18fa37e3882b2ac05e610fe8c2f967d327eed669e314d94a541"}, ] rope = [ - {file = "rope-1.0.0-py3-none-any.whl", hash = "sha256:67749b582d57954f288b0441fae93e8f4c166d7e93fc29c430bd4db28ec904d0"}, - {file = "rope-1.0.0.tar.gz", hash = "sha256:16f652d3002296778d463db329da6a05d914a4dbde30ea6da76362da06c0ebb7"}, + {file = "rope-1.1.1-py3-none-any.whl", hash = "sha256:216390b6342bde8ef1f27a6663554de0ea0b1fdad7c421deb3d5a3f6c5fc01e7"}, + {file = "rope-1.1.1.tar.gz", hash = "sha256:13048ff0245a0fa187f282697a55add46e4ccf083e7670f868bdf54ee9e47f2e"}, ] s3fs = [ {file = "s3fs-0.4.2-py3-none-any.whl", hash = "sha256:91c1dfb45e5217bd441a7a560946fe865ced6225ff7eb0fb459fe6e601a95ed3"}, diff --git a/pyproject.toml b/pyproject.toml index 0e551af8..ece9e3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ boto3-stubs = {version = "*", extras = ["lambda","sts"]} isort = "^5.10.1" pylint = "^2.13.9" pytest = "^7.1.2" -rope = "^1.0.0" +rope = "^1.1.1" pytest-cov = "^3.0.0" pytest-mock = "^3.6.1" mypy = "*"