Compare commits

..

3 Commits

Author SHA1 Message Date
3fa516d347 chore(deps): update dependency pylint to v3.3.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 43s
Python Linters / formatting (pull_request) Successful in 47s
Python Linters / mypy (pull_request) Successful in 42s
REUSE Compliance / reuse (pull_request) Successful in 19s
Selftests / test-build-install (pull_request) Successful in 41s
Selftests / test-sync (pull_request) Successful in 53s
2024-12-27 23:06:45 +00:00
78b9e3fd15 Merge pull request 'chore(deps): update fsfe/reuse-action action to v5' (#24) from renovate/fsfe-reuse-action-5.x into main
All checks were successful
Python Linters / pylint (push) Successful in 48s
Python Linters / formatting (push) Successful in 51s
Python Linters / mypy (push) Successful in 55s
REUSE Compliance / reuse (push) Successful in 16s
Selftests / test-build-install (push) Successful in 53s
Selftests / test-sync (push) Successful in 1m20s
Reviewed-on: #24
2024-12-16 11:09:46 +01:00
d47ea047b9 chore(deps): update fsfe/reuse-action action to v5
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 45s
Python Linters / formatting (pull_request) Successful in 53s
Python Linters / mypy (pull_request) Successful in 56s
REUSE Compliance / reuse (pull_request) Successful in 28s
Selftests / test-build-install (pull_request) Successful in 54s
Selftests / test-sync (pull_request) Successful in 1m29s
2024-12-16 10:03:00 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check REUSE Compliance
uses: https://github.com/fsfe/reuse-action@v4
uses: https://github.com/fsfe/reuse-action@v5

14
poetry.lock generated
View File

@@ -2,13 +2,13 @@
[[package]]
name = "astroid"
version = "3.3.6"
version = "3.3.8"
description = "An abstract syntax tree for Python with inference support."
optional = false
python-versions = ">=3.9.0"
files = [
{file = "astroid-3.3.6-py3-none-any.whl", hash = "sha256:db676dc4f3ae6bfe31cda227dc60e03438378d7a896aec57422c95634e8d722f"},
{file = "astroid-3.3.6.tar.gz", hash = "sha256:6aaea045f938c735ead292204afdb977a36e989522b7833ef6fea94de743f442"},
{file = "astroid-3.3.8-py3-none-any.whl", hash = "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c"},
{file = "astroid-3.3.8.tar.gz", hash = "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b"},
]
[package.dependencies]
@@ -287,17 +287,17 @@ vulture = ["vulture"]
[[package]]
name = "pylint"
version = "3.3.2"
version = "3.3.3"
description = "python code static checker"
optional = false
python-versions = ">=3.9.0"
files = [
{file = "pylint-3.3.2-py3-none-any.whl", hash = "sha256:77f068c287d49b8683cd7c6e624243c74f92890f767f106ffa1ddf3c0a54cb7a"},
{file = "pylint-3.3.2.tar.gz", hash = "sha256:9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01"},
{file = "pylint-3.3.3-py3-none-any.whl", hash = "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183"},
{file = "pylint-3.3.3.tar.gz", hash = "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a"},
]
[package.dependencies]
astroid = ">=3.3.5,<=3.4.0-dev0"
astroid = ">=3.3.8,<=3.4.0-dev0"
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [
{version = ">=0.2", markers = "python_version < \"3.11\""},