Compare commits

...

3 Commits

Author SHA1 Message Date
3841abcd9b chore(deps): update dependency pylint to v3.2.6
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 43s
Python Linters / mypy (pull_request) Successful in 46s
REUSE Compliance / reuse (pull_request) Successful in 22s
Selftests / test-build-install (pull_request) Successful in 48s
Selftests / test-sync (pull_request) Successful in 1m22s
2024-07-24 22:03:28 +00:00
7f82643a25 Merge pull request 'chore(deps): update fsfe/reuse-action action to v4' (#22) from renovate/fsfe-reuse-action-4.x into main
All checks were successful
Python Linters / formatting (push) Successful in 1m17s
Python Linters / pylint (push) Successful in 1m26s
REUSE Compliance / reuse (push) Successful in 24s
Python Linters / mypy (push) Successful in 44s
Selftests / test-build-install (push) Successful in 45s
Selftests / test-sync (push) Successful in 1m5s
Reviewed-on: #22
2024-07-08 13:09:07 +02:00
f88df253e5 chore(deps): update fsfe/reuse-action action to v4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 1m17s
Python Linters / formatting (pull_request) Successful in 26s
Python Linters / mypy (pull_request) Successful in 28s
REUSE Compliance / reuse (pull_request) Successful in 18s
Selftests / test-build-install (pull_request) Successful in 42s
Selftests / test-sync (pull_request) Successful in 1m25s
2024-07-06 22:03:59 +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@v3
uses: https://github.com/fsfe/reuse-action@v4

14
poetry.lock generated
View File

@@ -2,13 +2,13 @@
[[package]]
name = "astroid"
version = "3.1.0"
version = "3.2.4"
description = "An abstract syntax tree for Python with inference support."
optional = false
python-versions = ">=3.8.0"
files = [
{file = "astroid-3.1.0-py3-none-any.whl", hash = "sha256:951798f922990137ac090c53af473db7ab4e70c770e6d7fae0cec59f74411819"},
{file = "astroid-3.1.0.tar.gz", hash = "sha256:ac248253bfa4bd924a0de213707e7ebeeb3138abeb48d798784ead1e56d419d4"},
{file = "astroid-3.2.4-py3-none-any.whl", hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25"},
{file = "astroid-3.2.4.tar.gz", hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a"},
]
[package.dependencies]
@@ -287,17 +287,17 @@ vulture = ["vulture"]
[[package]]
name = "pylint"
version = "3.1.0"
version = "3.2.6"
description = "python code static checker"
optional = false
python-versions = ">=3.8.0"
files = [
{file = "pylint-3.1.0-py3-none-any.whl", hash = "sha256:507a5b60953874766d8a366e8e8c7af63e058b26345cfcb5f91f89d987fd6b74"},
{file = "pylint-3.1.0.tar.gz", hash = "sha256:6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23"},
{file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"},
{file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"},
]
[package.dependencies]
astroid = ">=3.1.0,<=3.2.0-dev0"
astroid = ">=3.2.4,<=3.3.0-dev0"
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [
{version = ">=0.2", markers = "python_version < \"3.11\""},