diff --git a/poetry.lock b/poetry.lock index 3cda363b..03177b98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -167,14 +167,14 @@ test = ["dateparser (==1.*)", "pre-commit", "pytest", "pytest-cov", "pytest-mock [[package]] name = "astar-utils" -version = "0.5.0" +version = "0.5.1" description = "Contains commonly-used utilities for AstarVienna's projects." optional = false python-versions = "<3.15,>=3.10" groups = ["main"] files = [ - {file = "astar_utils-0.5.0-py3-none-any.whl", hash = "sha256:d3262076319423e65782a2635673a2380c1edbfd24ff4eb51c7498674f05ec5e"}, - {file = "astar_utils-0.5.0.tar.gz", hash = "sha256:0d0759138f829b8720a62ff2065148d9a9e4e8405f7ef81aa4a0be51e92d251e"}, + {file = "astar_utils-0.5.1-py3-none-any.whl", hash = "sha256:295f520f24a636e92cdc916a9adc36724f7d2091283324881a2d18e083572c17"}, + {file = "astar_utils-0.5.1.tar.gz", hash = "sha256:abc8bb7f9b4861925ea690da599ce400f1027335c085284bb414c53e650c3911"}, ] [package.dependencies] @@ -1444,7 +1444,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -3031,7 +3031,7 @@ files = [ {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"}, {file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"}, ] -markers = {dev = "os_name != \"nt\" or sys_platform != \"win32\"", docs = "sys_platform != \"win32\"", test = "sys_platform != \"win32\""} +markers = {dev = "sys_platform != \"win32\" or os_name != \"nt\"", docs = "sys_platform != \"win32\"", test = "sys_platform != \"win32\""} [[package]] name = "pure-eval"