From 342766e6049eecd1292599b15d7b98668281bd51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:58:56 +0000 Subject: [PATCH] Bump deptry from 0.12.0 to 0.14.1 Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.12.0 to 0.14.1. - [Release notes](https://github.com/fpgmaas/deptry/releases) - [Changelog](https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md) - [Commits](https://github.com/fpgmaas/deptry/compare/0.12.0...0.14.1) --- updated-dependencies: - dependency-name: deptry dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 +++++++++++++++------- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 79134db..725d828 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,21 +296,29 @@ toml = ["tomli"] [[package]] name = "deptry" -version = "0.12.0" +version = "0.14.1" description = "A command line utility to check for unused, missing and transitive dependencies in a Python project." optional = false -python-versions = ">=3.8,<4.0" +python-versions = ">=3.8, <4.0" files = [ - {file = "deptry-0.12.0-py3-none-any.whl", hash = "sha256:69c801a6ae1b39c7b8e0daf40dbe8b75f1f161277d206dd8f921f32cd22dad91"}, - {file = "deptry-0.12.0.tar.gz", hash = "sha256:ac3cd32d149c92a9af12f63cd9486ddd1760f0277ed0cf306c6ef0388f57ff0a"}, + {file = "deptry-0.14.1-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:79424b6d79448eaa003bcc3d4e475d69def93d2234d57265b61d30a1c3503759"}, + {file = "deptry-0.14.1-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:20297f279e7d0ea09377eae6503876748325ee204b904aa93a3ddcbde6ea9d0f"}, + {file = "deptry-0.14.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9c0e46427821c365becd98f9b42af4665c1e57568a2eb1361e0f207abdc3e55d"}, + {file = "deptry-0.14.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c1ed814af18c54ea3d2b9ad0b232eaa8460495b22b3cfc1b75e3001081a0f07d"}, + {file = "deptry-0.14.1-cp38-abi3-win_amd64.whl", hash = "sha256:e642efe4552cde13500da2d8b9a7860c4861c0923d3e2f5d331702c8f882eed8"}, + {file = "deptry-0.14.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b078fc59b1c3c7d68881374f1186bdb19c0427af73428577494f6b6fa16716cc"}, + {file = "deptry-0.14.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:489e058f967cfc61ea516a89c80c53a84193634ec0fa25c8f9f386e82005315c"}, + {file = "deptry-0.14.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f7d7e2cc72d2745c45e9bdcd906dc0cdb6bcfe00e320cfb1cafc2cb91d821f1"}, + {file = "deptry-0.14.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:3e8f85fd6c9afdbf90dd98b5d1036d96e0a3abfe08867aa64e1cf73e6b067237"}, + {file = "deptry-0.14.1.tar.gz", hash = "sha256:218ed85308fb1ac5188cd084d56222bd9ca960f36e21409e5ca21771bbedeb73"}, ] [package.dependencies] chardet = ">=4.0.0" -click = ">=8.0.0,<9.0.0" +click = ">=8.0.0,<9" colorama = {version = ">=0.4.6", markers = "sys_platform == \"win32\""} pathspec = ">=0.9.0" -tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""} +tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [[package]] name = "distlib" @@ -963,4 +971,4 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "08870bc0ef2600d53fa7c680001ba83eba856b41b5f54844b6d926dba99e565e" +content-hash = "1cd80c1282bc99cf35760749059ffa0ddfce3ca2582f91312e4e590de59ff7d5" diff --git a/pyproject.toml b/pyproject.toml index 4cceb72..5d0219e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ types-PyYAML = "^6.0.12" types-requests = "^2.31.0" typing-extensions = "^4.10.0" # required by responses. See https://github.com/p1c2u/jsonschema-path/issues/44 responses = "^0.25.0" -deptry = "^0.12.0" +deptry = "^0.14.1" pyflakes = "^2.5.0" bump2version = "^1.0.1"