From 12ef955f838fa0418d5863be5969e33beeae0ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:51:20 +0000 Subject: [PATCH] Bump xdg-base-dirs from 6.0.0 to 6.0.1 Bumps [xdg-base-dirs](https://github.com/srstevenson/xdg-base-dirs) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/srstevenson/xdg-base-dirs/releases) - [Commits](https://github.com/srstevenson/xdg-base-dirs/compare/6.0.0...6.0.1) --- updated-dependencies: - dependency-name: xdg-base-dirs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c95569..75eedf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requires-python = ">=3.10" dependencies = [ "SMAC==2.0.2", "result==0.9.0", - "xdg-base-dirs==6.0.0", + "xdg-base-dirs==6.0.1", "onnxruntime==1.14.1", "pandas==2.0.1", "numpy==1.24.3",