Skip to content

Commit

Permalink
Update several dependencies. (#9791)
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink authored Sep 18, 2024
1 parent c1912c6 commit 98dea2c
Show file tree
Hide file tree
Showing 17 changed files with 605 additions and 605 deletions.
6 changes: 3 additions & 3 deletions components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ optional-dependencies.dev = [
"pip==24.2",
"pip-tools==7.4.1", # To add hashes to requirements
"pipx==1.7.1",
"pydantic==2.9.1", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
"types-cryptography==3.3.23.2",
"types-ldap3==2.9.13.20240205",
"types-requests==2.32.0.20240914",
Expand All @@ -32,9 +32,9 @@ optional-dependencies.tools = [
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
"pyproject-fmt==2.2.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.5",
"vulture==2.11",
"vulture==2.12",
]

[tool.ruff]
Expand Down
192 changes: 96 additions & 96 deletions components/api_server/requirements/requirements-dev.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ optional-dependencies.dev = [
"pip==24.2",
"pip-tools==7.4.1", # To add hashes to requirements
"pipx==1.7.1",
"pydantic==2.9.1", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
"types-beautifulsoup4==4.12.0.20240907",
"types-python-dateutil==2.9.0.20240906",
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
Expand All @@ -32,9 +32,9 @@ optional-dependencies.tools = [
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
"pyproject-fmt==2.2.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.5",
"vulture==2.11",
"vulture==2.12",
]

[tool.ruff]
Expand Down
192 changes: 96 additions & 96 deletions components/collector/requirements/requirements-dev.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/notifier/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ optional-dependencies.dev = [
"pip==24.2",
"pip-tools==7.4.1", # To add hashes to requirements
"pipx==1.7.1",
"pydantic==2.9.1", # Needed for importing the data model in the tests from the shared code component
"pydantic==2.9.2", # Needed for importing the data model in the tests from the shared code component
"unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io
]
optional-dependencies.tools = [
"bandit==1.7.9",
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
"pyproject-fmt==2.2.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.5",
"vulture==2.11",
"vulture==2.12",
]

[tool.ruff]
Expand Down
192 changes: 96 additions & 96 deletions components/notifier/requirements/requirements-dev.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers = [
dependencies = [
"bottle==0.13.1",
"packaging==24.1",
"pydantic==2.9.1",
"pydantic==2.9.2",
"pymongo==4.8.0",
"python-dateutil==2.9.0.post0",
]
Expand All @@ -28,10 +28,10 @@ optional-dependencies.tools = [
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
"pydantic==2.9.1", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.2.3",
"pydantic==2.9.2", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.2.4",
"ruff==0.6.5",
"vulture==2.11",
"vulture==2.12",
]

[tool.setuptools.packages.find]
Expand Down
192 changes: 96 additions & 96 deletions components/shared_code/requirements/requirements-dev.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"furo==2023.9.10",
"gitpython==3.1.43",
"myst-parser==2.0.0",
"pydantic==2.9.1", # Needed for generating the reference docs from the data model
"pydantic==2.9.2", # Needed for generating the reference docs from the data model
"sphinx==7.2.6",
"sphinx-copybutton==0.5.2",
"sphinx-design==0.5.0",
Expand All @@ -27,11 +27,11 @@ optional-dependencies.tools = [
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
"pydantic==2.9.1", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.2.3",
"pydantic==2.9.2", # Needed because pipx needs to inject Pydantic into the mpyp venv, see ci/quality.sh
"pyproject-fmt==2.2.4",
"ruff==0.6.5",
"vale==3.0.3.0", # Documentation grammar and style checker
"vulture==2.11",
"vulture==2.12",
]

[tool.ruff]
Expand Down
192 changes: 96 additions & 96 deletions docs/requirements/requirements-dev.txt

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions docs/requirements/requirements.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ optional-dependencies.tools = [
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
"pyproject-fmt==2.2.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.5",
"vulture==2.11",
"vulture==2.12",
]

[tool.ruff]
Expand Down
6 changes: 3 additions & 3 deletions release/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ pipx==1.7.1 \
--hash=sha256:3933c43bb344e649cb28e10d357e0967ce8572f1c19caf90cf39ae95c2a0afaf \
--hash=sha256:762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360
# via release (pyproject.toml)
platformdirs==4.3.3 \
--hash=sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5 \
--hash=sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0
platformdirs==4.3.6 \
--hash=sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907 \
--hash=sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb
# via pipx
pyproject-hooks==1.1.0 \
--hash=sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965 \
Expand Down
4 changes: 2 additions & 2 deletions tests/application_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ optional-dependencies.tools = [
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
"pyproject-fmt==2.2.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.5",
"vulture==2.11",
"vulture==2.12",
]

[tool.ruff]
Expand Down
6 changes: 3 additions & 3 deletions tests/application_tests/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ pipx==1.7.1 \
--hash=sha256:3933c43bb344e649cb28e10d357e0967ce8572f1c19caf90cf39ae95c2a0afaf \
--hash=sha256:762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360
# via application-tests (pyproject.toml)
platformdirs==4.3.3 \
--hash=sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5 \
--hash=sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0
platformdirs==4.3.6 \
--hash=sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907 \
--hash=sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb
# via pipx
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
Expand Down
4 changes: 2 additions & 2 deletions tests/feature_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ optional-dependencies.tools = [
"fixit==2.1.0",
"mypy==1.11.2",
"pip-audit==2.7.3",
"pyproject-fmt==2.2.3",
"pyproject-fmt==2.2.4",
"ruff==0.6.5",
"vulture==2.11",
"vulture==2.12",
]

[tool.ruff]
Expand Down
6 changes: 3 additions & 3 deletions tests/feature_tests/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ pipx==1.7.1 \
--hash=sha256:3933c43bb344e649cb28e10d357e0967ce8572f1c19caf90cf39ae95c2a0afaf \
--hash=sha256:762de134e16a462be92645166d225ecef446afaef534917f5f70008d63584360
# via feature-tests (pyproject.toml)
platformdirs==4.3.3 \
--hash=sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5 \
--hash=sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0
platformdirs==4.3.6 \
--hash=sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907 \
--hash=sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb
# via pipx
pymongo==4.8.0 \
--hash=sha256:0fc18b3a093f3db008c5fea0e980dbd3b743449eee29b5718bc2dc15ab5088bb \
Expand Down

0 comments on commit 98dea2c

Please sign in to comment.