Skip to content

Commit 98dea2c

Browse files
authored
Update several dependencies. (#9791)
1 parent c1912c6 commit 98dea2c

File tree

17 files changed

+605
-605
lines changed

17 files changed

+605
-605
lines changed

components/api_server/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ optional-dependencies.dev = [
2121
"pip==24.2",
2222
"pip-tools==7.4.1", # To add hashes to requirements
2323
"pipx==1.7.1",
24-
"pydantic==2.9.1", # Needed for importing the data model in the tests from the shared code component
24+
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
2525
"types-cryptography==3.3.23.2",
2626
"types-ldap3==2.9.13.20240205",
2727
"types-requests==2.32.0.20240914",
@@ -32,9 +32,9 @@ optional-dependencies.tools = [
3232
"fixit==2.1.0",
3333
"mypy==1.11.2",
3434
"pip-audit==2.7.3",
35-
"pyproject-fmt==2.2.3",
35+
"pyproject-fmt==2.2.4",
3636
"ruff==0.6.5",
37-
"vulture==2.11",
37+
"vulture==2.12",
3838
]
3939

4040
[tool.ruff]

components/api_server/requirements/requirements-dev.txt

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

components/collector/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ optional-dependencies.dev = [
2222
"pip==24.2",
2323
"pip-tools==7.4.1", # To add hashes to requirements
2424
"pipx==1.7.1",
25-
"pydantic==2.9.1", # Needed for importing the data model in the tests from the shared code component
25+
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
2626
"types-beautifulsoup4==4.12.0.20240907",
2727
"types-python-dateutil==2.9.0.20240906",
2828
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
@@ -32,9 +32,9 @@ optional-dependencies.tools = [
3232
"fixit==2.1.0",
3333
"mypy==1.11.2",
3434
"pip-audit==2.7.3",
35-
"pyproject-fmt==2.2.3",
35+
"pyproject-fmt==2.2.4",
3636
"ruff==0.6.5",
37-
"vulture==2.11",
37+
"vulture==2.12",
3838
]
3939

4040
[tool.ruff]

components/collector/requirements/requirements-dev.txt

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

components/notifier/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ optional-dependencies.dev = [
1717
"pip==24.2",
1818
"pip-tools==7.4.1", # To add hashes to requirements
1919
"pipx==1.7.1",
20-
"pydantic==2.9.1", # Needed for importing the data model in the tests from the shared code component
20+
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
2121
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
2222
]
2323
optional-dependencies.tools = [
2424
"bandit==1.7.9",
2525
"fixit==2.1.0",
2626
"mypy==1.11.2",
2727
"pip-audit==2.7.3",
28-
"pyproject-fmt==2.2.3",
28+
"pyproject-fmt==2.2.4",
2929
"ruff==0.6.5",
30-
"vulture==2.11",
30+
"vulture==2.12",
3131
]
3232

3333
[tool.ruff]

components/notifier/requirements/requirements-dev.txt

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

components/shared_code/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ classifiers = [
99
dependencies = [
1010
"bottle==0.13.1",
1111
"packaging==24.1",
12-
"pydantic==2.9.1",
12+
"pydantic==2.9.2",
1313
"pymongo==4.8.0",
1414
"python-dateutil==2.9.0.post0",
1515
]
@@ -28,10 +28,10 @@ optional-dependencies.tools = [
2828
"fixit==2.1.0",
2929
"mypy==1.11.2",
3030
"pip-audit==2.7.3",
31-
"pydantic==2.9.1", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
32-
"pyproject-fmt==2.2.3",
31+
"pydantic==2.9.2", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
32+
"pyproject-fmt==2.2.4",
3333
"ruff==0.6.5",
34-
"vulture==2.11",
34+
"vulture==2.12",
3535
]
3636

3737
[tool.setuptools.packages.find]

components/shared_code/requirements/requirements-dev.txt

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

docs/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"furo==2023.9.10",
1111
"gitpython==3.1.43",
1212
"myst-parser==2.0.0",
13-
"pydantic==2.9.1", # Needed for generating the reference docs from the data model
13+
"pydantic==2.9.2", # Needed for generating the reference docs from the data model
1414
"sphinx==7.2.6",
1515
"sphinx-copybutton==0.5.2",
1616
"sphinx-design==0.5.0",
@@ -27,11 +27,11 @@ optional-dependencies.tools = [
2727
"fixit==2.1.0",
2828
"mypy==1.11.2",
2929
"pip-audit==2.7.3",
30-
"pydantic==2.9.1", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
31-
"pyproject-fmt==2.2.3",
30+
"pydantic==2.9.2", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
31+
"pyproject-fmt==2.2.4",
3232
"ruff==0.6.5",
3333
"vale==3.0.3.0", # Documentation grammar and style checker
34-
"vulture==2.11",
34+
"vulture==2.12",
3535
]
3636

3737
[tool.ruff]

docs/requirements/requirements-dev.txt

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

docs/requirements/requirements.txt

Lines changed: 93 additions & 93 deletions
Large diffs are not rendered by default.

release/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ optional-dependencies.tools = [
2020
"fixit==2.1.0",
2121
"mypy==1.11.2",
2222
"pip-audit==2.7.3",
23-
"pyproject-fmt==2.2.3",
23+
"pyproject-fmt==2.2.4",
2424
"ruff==0.6.5",
25-
"vulture==2.11",
25+
"vulture==2.12",
2626
]
2727

2828
[tool.ruff]

release/requirements/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ pipx==1.7.1 \
4040
--hash=sha256:3933c43bb344e649cb28e10d357e0967ce8572f1c19caf90cf39ae95c2a0afaf \
4141
--hash=sha256:762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360
4242
# via release (pyproject.toml)
43-
platformdirs==4.3.3 \
44-
--hash=sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5 \
45-
--hash=sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0
43+
platformdirs==4.3.6 \
44+
--hash=sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907 \
45+
--hash=sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb
4646
# via pipx
4747
pyproject-hooks==1.1.0 \
4848
--hash=sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965 \

tests/application_tests/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ optional-dependencies.tools = [
2222
"fixit==2.1.0",
2323
"mypy==1.11.2",
2424
"pip-audit==2.7.3",
25-
"pyproject-fmt==2.2.3",
25+
"pyproject-fmt==2.2.4",
2626
"ruff==0.6.5",
27-
"vulture==2.11",
27+
"vulture==2.12",
2828
]
2929

3030
[tool.ruff]

tests/application_tests/requirements/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ pipx==1.7.1 \
159159
--hash=sha256:3933c43bb344e649cb28e10d357e0967ce8572f1c19caf90cf39ae95c2a0afaf \
160160
--hash=sha256:762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360
161161
# via application-tests (pyproject.toml)
162-
platformdirs==4.3.3 \
163-
--hash=sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5 \
164-
--hash=sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0
162+
platformdirs==4.3.6 \
163+
--hash=sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907 \
164+
--hash=sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb
165165
# via pipx
166166
pluggy==1.5.0 \
167167
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \

tests/feature_tests/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ optional-dependencies.tools = [
2727
"fixit==2.1.0",
2828
"mypy==1.11.2",
2929
"pip-audit==2.7.3",
30-
"pyproject-fmt==2.2.3",
30+
"pyproject-fmt==2.2.4",
3131
"ruff==0.6.5",
32-
"vulture==2.11",
32+
"vulture==2.12",
3333
]
3434

3535
[tool.ruff]

tests/feature_tests/requirements/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@ pipx==1.7.1 \
479479
--hash=sha256:3933c43bb344e649cb28e10d357e0967ce8572f1c19caf90cf39ae95c2a0afaf \
480480
--hash=sha256:762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360
481481
# via feature-tests (pyproject.toml)
482-
platformdirs==4.3.3 \
483-
--hash=sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5 \
484-
--hash=sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0
482+
platformdirs==4.3.6 \
483+
--hash=sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907 \
484+
--hash=sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb
485485
# via pipx
486486
pymongo==4.8.0 \
487487
--hash=sha256:0fc18b3a093f3db008c5fea0e980dbd3b743449eee29b5718bc2dc15ab5088bb \

0 commit comments

Comments
 (0)