chore: dependency updates 2026-05-17 (#27)
CI / black (push) Successful in 1m32s
CI / ruff (push) Successful in 1m29s
CI / mypy (push) Successful in 1m42s
CI / pytest (push) Successful in 1m37s
Dependency update / dependency-update (push) Successful in 1m52s

## Dependency update summary

Generated: 2026-05-17 00:21 UTC

### Vulnerability scan

No vulnerabilities found.

### Outdated packages

The following packages were updated:

Was: markers = {pi = "python_version == \"3.12\""}
Updated: markers = {pi = "python_version < \"3.13\""}
---------

Co-authored-by: Gitea CI <ci@gitea.com>
Reviewed-on: #27
This commit was merged in pull request #27.
This commit is contained in:
2026-05-16 17:49:02 -07:00
parent 5f020258e8
commit 8b7610671c
Generated
+3 -3
View File
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.3.2 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 = "attrs"
@@ -704,7 +704,7 @@ files = [
[package.dependencies]
attrs = ">=22.2.0"
jsonschema-specifications = ">=2023.3.6"
jsonschema-specifications = ">=2023.03.6"
referencing = ">=0.28.4"
rpds-py = ">=0.25.0"
@@ -2259,7 +2259,7 @@ files = [
{file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"},
{file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"},
]
markers = {pi = "python_version == \"3.12\""}
markers = {pi = "python_version < \"3.13\""}
[[package]]
name = "urllib3"