From 37be3b04848437a4157608ccebc3d31fc7f08efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 03:07:13 +0000 Subject: [PATCH] Bump pathvalidate from 2.5.2 to 3.2.0 Bumps [pathvalidate](https://github.com/thombashi/pathvalidate) from 2.5.2 to 3.2.0. - [Release notes](https://github.com/thombashi/pathvalidate/releases) - [Commits](https://github.com/thombashi/pathvalidate/compare/v2.5.2...v3.2.0) --- updated-dependencies: - dependency-name: pathvalidate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2646c70..d25f027 100644 --- a/poetry.lock +++ b/poetry.lock @@ -533,17 +533,18 @@ files = [ [[package]] name = "pathvalidate" -version = "2.5.2" +version = "3.2.0" description = "pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pathvalidate-2.5.2-py3-none-any.whl", hash = "sha256:e39a4dfacdba70e3a96d3e4c6ff617a39e991cf242e6e1f2017f1f67c3408d33"}, - {file = "pathvalidate-2.5.2.tar.gz", hash = "sha256:5ff57d0fabe5ecb7a4f1e4957bfeb5ad8ab5ab4c0fa71f79c6bbc24bd9b7d14d"}, + {file = "pathvalidate-3.2.0-py3-none-any.whl", hash = "sha256:cc593caa6299b22b37f228148257997e2fa850eea2daf7e4cc9205cef6908dee"}, + {file = "pathvalidate-3.2.0.tar.gz", hash = "sha256:5e8378cf6712bff67fbe7a8307d99fa8c1a0cb28aa477056f8fc374f0dff24ad"}, ] [package.extras] -test = ["allpairspy", "click", "faker", "pytest (>=6.0.1)", "pytest-discord (>=0.0.6)", "pytest-md-report (>=0.0.12)"] +docs = ["Sphinx (>=2.4)", "sphinx-rtd-theme (>=1.2.2)", "urllib3 (<2)"] +test = ["Faker (>=1.0.8)", "allpairspy (>=2)", "click (>=6.2)", "pytest (>=6.0.1)", "pytest-discord (>=0.1.4)", "pytest-md-report (>=0.4.1)"] [[package]] name = "platformdirs" @@ -964,4 +965,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "8c1988d6ec372ce7014e8b5b25c66c082dd1b8f2bc49ffa09f120884a5477d66" +content-hash = "19be03f1089cc641990493536a412d6ab3d270d844c3a413fcd8ef892c87b8ff" diff --git a/pyproject.toml b/pyproject.toml index 41ff194..947e12d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = "^3.7" flickr-api = "^0.7.7" python-dateutil = "^2.8.1" PyYAML = ">=5.3,<7.0" -pathvalidate = "^2.5.2" +pathvalidate = ">=2.5.2,<4.0.0" importlib-metadata = { version = "~4.2.0", python = "<3.8" } interrogate = "^1.5.0"