From fa1af84b4d67b6fd90256c37529deab24389a1b0 Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Sun, 5 Jan 2025 12:59:34 +0100 Subject: [PATCH] Update several dependencies. --- components/api_server/pyproject.toml | 2 +- components/collector/pyproject.toml | 2 +- components/notifier/pyproject.toml | 2 +- components/shared_code/pyproject.toml | 2 +- docs/pyproject.toml | 2 +- docs/requirements/requirements-dev.txt | 12 ++++++------ docs/requirements/requirements.txt | 12 ++++++------ release/pyproject.toml | 2 +- release/requirements/requirements.txt | 12 ++++++------ tests/application_tests/pyproject.toml | 2 +- tests/feature_tests/pyproject.toml | 2 +- 11 files changed, 26 insertions(+), 26 deletions(-) diff --git a/components/api_server/pyproject.toml b/components/api_server/pyproject.toml index 175897b231..e8973f7a19 100644 --- a/components/api_server/pyproject.toml +++ b/components/api_server/pyproject.toml @@ -30,7 +30,7 @@ optional-dependencies.tools = [ "mypy==1.14.1", "pip-audit==2.7.3", "pyproject-fmt==2.5.0", - "ruff==0.8.4", + "ruff==0.8.5", "vulture==2.14", ] diff --git a/components/collector/pyproject.toml b/components/collector/pyproject.toml index df3a34e35c..37db895d43 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/pyproject.toml @@ -30,7 +30,7 @@ optional-dependencies.tools = [ "mypy==1.14.1", "pip-audit==2.7.3", "pyproject-fmt==2.5.0", - "ruff==0.8.4", + "ruff==0.8.5", "vulture==2.14", ] diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index 7f1f8bc2fa..2c4615a47a 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -23,7 +23,7 @@ optional-dependencies.tools = [ "mypy==1.14.1", "pip-audit==2.7.3", "pyproject-fmt==2.5.0", - "ruff==0.8.4", + "ruff==0.8.5", "vulture==2.14", ] diff --git a/components/shared_code/pyproject.toml b/components/shared_code/pyproject.toml index 0797e97914..47ecd8df41 100644 --- a/components/shared_code/pyproject.toml +++ b/components/shared_code/pyproject.toml @@ -27,7 +27,7 @@ optional-dependencies.tools = [ "pip-audit==2.7.3", "pydantic==2.10.4", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh "pyproject-fmt==2.5.0", - "ruff==0.8.4", + "ruff==0.8.5", "vulture==2.14", ] diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 7f31c6f001..72446c1614 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -26,7 +26,7 @@ optional-dependencies.tools = [ "pip-audit==2.7.3", "pydantic==2.10.4", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh "pyproject-fmt==2.5.0", - "ruff==0.8.4", + "ruff==0.8.5", "vale==3.0.3.0", # Documentation grammar and style checker "vulture==2.14", ] diff --git a/docs/requirements/requirements-dev.txt b/docs/requirements/requirements-dev.txt index 6163635466..b850303163 100644 --- a/docs/requirements/requirements-dev.txt +++ b/docs/requirements/requirements-dev.txt @@ -178,9 +178,9 @@ furo==2023.9.10 \ --hash=sha256:513092538537dc5c596691da06e3c370714ec99bc438680edc1debffb73e5bfc \ --hash=sha256:5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2 # via docs (pyproject.toml) -gitdb==4.0.11 \ - --hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \ - --hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b +gitdb==4.0.12 \ + --hash=sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571 \ + --hash=sha256:67073e15955400952c6565cc3e707c554a4eea2e428946f7a4c162fab9bd9bcf # via gitpython gitpython==3.1.43 \ --hash=sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \ @@ -596,9 +596,9 @@ requests==2.32.3 \ --hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \ --hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6 # via sphinx -smmap==5.0.1 \ - --hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \ - --hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da +smmap==5.0.2 \ + --hash=sha256:26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5 \ + --hash=sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e # via gitdb snowballstemmer==2.2.0 \ --hash=sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 \ diff --git a/docs/requirements/requirements.txt b/docs/requirements/requirements.txt index c87e60259b..b6e1cbd254 100644 --- a/docs/requirements/requirements.txt +++ b/docs/requirements/requirements.txt @@ -124,9 +124,9 @@ furo==2023.9.10 \ --hash=sha256:513092538537dc5c596691da06e3c370714ec99bc438680edc1debffb73e5bfc \ --hash=sha256:5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2 # via docs (pyproject.toml) -gitdb==4.0.11 \ - --hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \ - --hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b +gitdb==4.0.12 \ + --hash=sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571 \ + --hash=sha256:67073e15955400952c6565cc3e707c554a4eea2e428946f7a4c162fab9bd9bcf # via gitpython gitpython==3.1.43 \ --hash=sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \ @@ -402,9 +402,9 @@ requests==2.32.3 \ --hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \ --hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6 # via sphinx -smmap==5.0.1 \ - --hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \ - --hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da +smmap==5.0.2 \ + --hash=sha256:26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5 \ + --hash=sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e # via gitdb snowballstemmer==2.2.0 \ --hash=sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 \ diff --git a/release/pyproject.toml b/release/pyproject.toml index aed67ccce8..2006955ca5 100644 --- a/release/pyproject.toml +++ b/release/pyproject.toml @@ -16,7 +16,7 @@ optional-dependencies.tools = [ "mypy==1.14.1", "pip-audit==2.7.3", "pyproject-fmt==2.5.0", - "ruff==0.8.4", + "ruff==0.8.5", "vulture==2.14", ] diff --git a/release/requirements/requirements.txt b/release/requirements/requirements.txt index 7e62dc0b8a..6611559b2d 100644 --- a/release/requirements/requirements.txt +++ b/release/requirements/requirements.txt @@ -1,14 +1,14 @@ # This file was autogenerated by uv via the following command: # ci/pip-compile.sh -gitdb==4.0.11 \ - --hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \ - --hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b +gitdb==4.0.12 \ + --hash=sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571 \ + --hash=sha256:67073e15955400952c6565cc3e707c554a4eea2e428946f7a4c162fab9bd9bcf # via gitpython gitpython==3.1.43 \ --hash=sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \ --hash=sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff # via release (pyproject.toml) -smmap==5.0.1 \ - --hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \ - --hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da +smmap==5.0.2 \ + --hash=sha256:26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5 \ + --hash=sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e # via gitdb diff --git a/tests/application_tests/pyproject.toml b/tests/application_tests/pyproject.toml index 68af1ae063..14777d4579 100644 --- a/tests/application_tests/pyproject.toml +++ b/tests/application_tests/pyproject.toml @@ -20,7 +20,7 @@ optional-dependencies.tools = [ "mypy==1.14.1", "pip-audit==2.7.3", "pyproject-fmt==2.5.0", - "ruff==0.8.4", + "ruff==0.8.5", "vulture==2.14", ] diff --git a/tests/feature_tests/pyproject.toml b/tests/feature_tests/pyproject.toml index 4d50f4aea8..7b6572e9b6 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -25,7 +25,7 @@ optional-dependencies.tools = [ "mypy==1.14.1", "pip-audit==2.7.3", "pyproject-fmt==2.5.0", - "ruff==0.8.4", + "ruff==0.8.5", "vulture==2.14", ]