From 8e322146081f999ff566b624bed5181c3fc1b0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 14:31:16 +0000 Subject: [PATCH] build(deps-dev): Bump types-python-slugify from 8.0.0.1 to 8.0.0.2 Bumps [types-python-slugify](https://github.com/python/typeshed) from 8.0.0.1 to 8.0.0.2. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-slugify dependency-type: direct:development update-type: version-update:semver-patch ... 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 b8ab720a..d2a5a6a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1109,14 +1109,14 @@ files = [ [[package]] name = "types-python-slugify" -version = "8.0.0.1" +version = "8.0.0.2" description = "Typing stubs for python-slugify" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-python-slugify-8.0.0.1.tar.gz", hash = "sha256:f2177d2e65ecf2eca742d28fbf236a8d919a72e68272d1d748c3fe965e5ea3ab"}, - {file = "types_python_slugify-8.0.0.1-py3-none-any.whl", hash = "sha256:1de288ce45c85627ef632c2b5098dedccfc7ebedb241d181ba69402f03704449"}, + {file = "types-python-slugify-8.0.0.2.tar.gz", hash = "sha256:de237b01c69ad3a57ae36a0e8a6a0c65b47bac529483007c1cae2d424cb07cc8"}, + {file = "types_python_slugify-8.0.0.2-py3-none-any.whl", hash = "sha256:9e81f49eac8c805f924695de559fb8dc123ccbd15adb47d40ceaec51c739f044"}, ] [[package]] @@ -1280,4 +1280,4 @@ crypto = ["cryptography"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "96b3497f5f90799c9341cdd016628b608fc6884e1e716b3bda7ceefb843b2254" +content-hash = "9688eb9d1a5f5d3e4ed0de06175f2cf568fe3f0182cc13bf47058143343f40e6" diff --git a/pyproject.toml b/pyproject.toml index d4a1174b..e0358e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ types-pkg-resources = "^0.1.3" types-pyyaml = "^6.0.12" types-requests = "^2.28.11" types-tabulate = "^0.9.0.2" -types-python-slugify = "^8.0.0.1" +types-python-slugify = "^8.0.0.2" [tool.poetry.extras] crypto = ["cryptography"]