From 8e37d858beb24f0cd0f0aad514dc7fcd7bf2ad17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:43:59 +0000 Subject: [PATCH] Bump dacite from 1.9.1 to 1.9.2 Bumps [dacite](https://github.com/konradhalas/dacite) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/konradhalas/dacite/releases) - [Changelog](https://github.com/konradhalas/dacite/blob/master/CHANGELOG.md) - [Commits](https://github.com/konradhalas/dacite/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: dacite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5f1736f..05d9eb54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ boltons==24.1.0 ; python_version >= "3.10" and python_version < "4.0" certifi==2025.1.31 ; python_version >= "3.10" and python_version < "4.0" charset-normalizer==3.4.1 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" -dacite==1.9.1 ; python_version >= "3.10" and python_version < "4.0" +dacite==1.9.2 ; python_version >= "3.10" and python_version < "4.0" demjson3==3.0.6 ; python_version >= "3.10" and python_version < "4.0" docopt-ng==0.9.0 ; python_version >= "3.10" and python_version < "4.0" exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"