From 2570105ccae3fc7f48c4df58ef637c9569d02389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:55:52 +0000 Subject: [PATCH] Bump application-properties from 0.8.2 to 0.8.3 Bumps [application-properties](https://github.com/jackdewinter/application_properties) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/jackdewinter/application_properties/releases) - [Changelog](https://github.com/jackdewinter/application_properties/blob/main/changelog.md) - [Commits](https://github.com/jackdewinter/application_properties/compare/v0.8.2...v0.8.3) --- updated-dependencies: - dependency-name: application-properties dependency-version: 0.8.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fd69387..848e176 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -36,14 +36,14 @@ trio = ["trio (>=0.26.1)"] [[package]] name = "application-properties" -version = "0.8.2" +version = "0.8.3" description = "A simple, easy to use, unified manner of accessing program properties." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "application_properties-0.8.2-py3-none-any.whl", hash = "sha256:a4fe684e4d95fc45054d3316acf763a7b0f29342ccea02eee09de53004f0139c"}, - {file = "application_properties-0.8.2.tar.gz", hash = "sha256:e5e6918c8e29ab57175567d51dfa39c00a1d75b3205625559bb02250f50f0420"}, + {file = "application_properties-0.8.3-py3-none-any.whl", hash = "sha256:7913ac84408051f095e19e72eda3cba627c3a14d25737620dfb05cbedddb992d"}, + {file = "application_properties-0.8.3.tar.gz", hash = "sha256:aabb54e26cdc37ba73f5b02ef453b7738cca94468f706c8522876a08164c188a"}, ] [package.dependencies] @@ -1894,7 +1894,7 @@ files = [ {file = "typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af"}, {file = "typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4"}, ] -markers = {main = "python_version == \"3.12\""} +markers = {main = "python_version < \"3.13\""} [[package]] name = "typing-inspection"