From 12e9cc46e80e808c0d94f1665f478433e18960f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:16:41 +0000 Subject: [PATCH] Bump slotscheck from 0.14.1 to 0.15.0 Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/ariebovenberg/slotscheck/releases) - [Changelog](https://github.com/ariebovenberg/slotscheck/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ariebovenberg/slotscheck/commits) --- updated-dependencies: - dependency-name: slotscheck dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 598dda1f0..fd75fe24f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -210,7 +210,7 @@ python-versions = ">=3.6" importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [package.extras] -testing = ["sphinx", "flake8", "pytest", "pytest-cov", "pytest-virtualenv", "pytest-xdist"] +testing = ["pytest-xdist", "pytest-virtualenv", "pytest-cov", "pytest", "flake8", "sphinx"] [[package]] name = "coverage" @@ -1285,7 +1285,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "slotscheck" -version = "0.14.1" +version = "0.15.0" description = "Ensure your __slots__ are working properly." category = "dev" optional = false @@ -1477,8 +1477,8 @@ optional = false python-versions = ">=3.5" [package.extras] -lint = ["flake8", "mypy", "docutils-stubs"] test = ["pytest"] +lint = ["docutils-stubs", "mypy", "flake8"] [[package]] name = "stevedore" @@ -1663,7 +1663,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "0c3c4a81ce41a6e9b7aa6d86c8e9e598dc9127fb4a637c20c7975f5329d8a8ce" +content-hash = "6647964288976cabc1ac0733d3fe078de2355cacf22582b19ac330df2d9abeb9" [metadata.files] alabaster = [ @@ -2361,8 +2361,8 @@ six = [ {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] slotscheck = [ - {file = "slotscheck-0.14.1-py3-none-any.whl", hash = "sha256:3933b8b2b8be170442def9ef614294d6d7ab10c3ded6c27048d97aa5a40586d5"}, - {file = "slotscheck-0.14.1.tar.gz", hash = "sha256:946b20b8aabaf4de15ed7d5795bd5b1fc76b83951d7ca1f2d0b9e0a2a51c9d36"}, + {file = "slotscheck-0.15.0-py3-none-any.whl", hash = "sha256:b8a9918483751409d62bd250b55da74f7273ca469b02ade5a6ab04c5e62d0355"}, + {file = "slotscheck-0.15.0.tar.gz", hash = "sha256:9d41639a4566133f8cfedf6eb27e88fb53eb8dcac7f7c1f4e4408dbb4b17950d"}, ] smmap = [ {file = "smmap-5.0.0-py3-none-any.whl", hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94"}, diff --git a/pyproject.toml b/pyproject.toml index e051165ef..f78cee874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ flake8-pyi = "^22.8" # correctly with Python 3.10. That lib is a dependency of `nitpick`! nitpick = { version = "^0.32", python = "<3.10" } codespell = "^2.1" -slotscheck = "^0.14.1" +slotscheck = "^0.15.0" safety = "^2.1"