From 1be1565fd8cb3a7a180c373550745debe5a50695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:03:29 +0000 Subject: [PATCH] build(deps): update pathvalidate requirement from ~=3.2.1 to ~=3.2.3 Updates the requirements on [pathvalidate](https://github.com/thombashi/pathvalidate) to permit the latest version. - [Release notes](https://github.com/thombashi/pathvalidate/releases) - [Changelog](https://github.com/thombashi/pathvalidate/blob/master/CHANGELOG.md) - [Commits](https://github.com/thombashi/pathvalidate/compare/v3.2.1...v3.2.3) --- updated-dependencies: - dependency-name: pathvalidate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 753f84e..6e2fb96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pathvalidate~=3.2.1 +pathvalidate~=3.2.3 sortedcontainers~=2.4.0 kaggle~=1.6.17 \ No newline at end of file