chore: Update Python dependencies

This commit is contained in:
github-actions[bot]
2025-01-29 10:14:08 +00:00
committed by Sebastian Thomschke
parent fa0d43efa8
commit f51dab0c3f

22
pdm.lock generated
View File

@@ -124,7 +124,7 @@ files = [
[[package]] [[package]]
name = "deprecated" name = "deprecated"
version = "1.2.17" version = "1.2.18"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
summary = "Python @deprecated decorator to deprecate old python classes, functions or methods." summary = "Python @deprecated decorator to deprecate old python classes, functions or methods."
groups = ["default"] groups = ["default"]
@@ -132,8 +132,8 @@ dependencies = [
"wrapt<2,>=1.10", "wrapt<2,>=1.10",
] ]
files = [ files = [
{file = "Deprecated-1.2.17-py2.py3-none-any.whl", hash = "sha256:69cdc0a751671183f569495e2efb14baee4344b0236342eec29f1fde25d61818"}, {file = "Deprecated-1.2.18-py2.py3-none-any.whl", hash = "sha256:bd5011788200372a32418f888e326a09ff80d0214bd961147cfed01b5c018eec"},
{file = "deprecated-1.2.17.tar.gz", hash = "sha256:0114a10f0bbb750b90b2c2296c90cf7e9eaeb0abb5cf06c80de2c60138de0a82"}, {file = "deprecated-1.2.18.tar.gz", hash = "sha256:422b6f6d859da6f2ef57857761bfb392480502a64c3028ca9bbe86085d72115d"},
] ]
[[package]] [[package]]
@@ -172,13 +172,13 @@ files = [
[[package]] [[package]]
name = "isort" name = "isort"
version = "5.13.2" version = "6.0.0"
requires_python = ">=3.8.0" requires_python = ">=3.9.0"
summary = "A Python utility / library to sort Python imports." summary = "A Python utility / library to sort Python imports."
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, {file = "isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"},
{file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"},
] ]
[[package]] [[package]]
@@ -519,7 +519,7 @@ files = [
[[package]] [[package]]
name = "pylint" name = "pylint"
version = "3.3.3" version = "3.3.4"
requires_python = ">=3.9.0" requires_python = ">=3.9.0"
summary = "python code static checker" summary = "python code static checker"
groups = ["dev"] groups = ["dev"]
@@ -529,7 +529,7 @@ dependencies = [
"dill>=0.2; python_version < \"3.11\"", "dill>=0.2; python_version < \"3.11\"",
"dill>=0.3.6; python_version >= \"3.11\"", "dill>=0.3.6; python_version >= \"3.11\"",
"dill>=0.3.7; python_version >= \"3.12\"", "dill>=0.3.7; python_version >= \"3.12\"",
"isort!=5.13.0,<6,>=4.2.5", "isort!=5.13.0,<7,>=4.2.5",
"mccabe<0.8,>=0.6", "mccabe<0.8,>=0.6",
"platformdirs>=2.2.0", "platformdirs>=2.2.0",
"tomli>=1.1.0; python_version < \"3.11\"", "tomli>=1.1.0; python_version < \"3.11\"",
@@ -537,8 +537,8 @@ dependencies = [
"typing-extensions>=3.10.0; python_version < \"3.10\"", "typing-extensions>=3.10.0; python_version < \"3.10\"",
] ]
files = [ files = [
{file = "pylint-3.3.3-py3-none-any.whl", hash = "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183"}, {file = "pylint-3.3.4-py3-none-any.whl", hash = "sha256:289e6a1eb27b453b08436478391a48cd53bb0efb824873f949e709350f3de018"},
{file = "pylint-3.3.3.tar.gz", hash = "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a"}, {file = "pylint-3.3.4.tar.gz", hash = "sha256:74ae7a38b177e69a9b525d0794bd8183820bfa7eb68cc1bee6e8ed22a42be4ce"},
] ]
[[package]] [[package]]