Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Nov 11, 2024
1 parent 2e0befa commit 5ce296e
Show file tree
Hide file tree
Showing 21 changed files with 9,023 additions and 15,957 deletions.
2 changes: 1 addition & 1 deletion components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ optional-dependencies.tools = [
"mypy==1.13.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.7.2",
"ruff==0.7.3",
"vulture==2.13",
]

Expand Down
4 changes: 2 additions & 2 deletions components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"aiohttp==3.10.10",
"beautifulsoup4==4.12.3",
"defusedxml==0.7.1",
"packaging==24.1",
"packaging==24.2",
"pymongo==4.10.1",
"python-dateutil==2.9.0.post0",
]
Expand All @@ -31,7 +31,7 @@ optional-dependencies.tools = [
"mypy==1.13.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.5.0",
"ruff==0.7.2",
"ruff==0.7.3",
"vulture==2.13",
]

Expand Down
6 changes: 3 additions & 3 deletions components/collector/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,9 @@ multidict==6.1.0 \
# via
# aiohttp
# yarl
packaging==24.1 \
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
packaging==24.2 \
--hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759 \
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
# via
# collector (pyproject.toml)
# mongomock
Expand Down
6 changes: 3 additions & 3 deletions components/collector/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ multidict==6.1.0 \
# via
# aiohttp
# yarl
packaging==24.1 \
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
packaging==24.2 \
--hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759 \
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
# via collector (pyproject.toml)
propcache==0.2.0 \
--hash=sha256:00181262b17e517df2cd85656fcd6b4e70946fe62cd625b9d74ac9977b64d8d9 \
Expand Down
Loading

0 comments on commit 5ce296e

Please sign in to comment.