Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Jul 29, 2024
1 parent 41666e9 commit 2d0b729
Show file tree
Hide file tree
Showing 24 changed files with 262 additions and 201 deletions.
4 changes: 2 additions & 2 deletions components/api_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
]
optional-dependencies.dev = [
"coverage==7.6.0",
"pip==24.1.2",
"pip==24.2",
"pip-tools==7.4.1", # To add hashes to requirements
"pipx==1.6.0",
"pydantic==2.8.2", # Needed for importing the data model in the tests from the shared code component
Expand All @@ -33,7 +33,7 @@ optional-dependencies.tools = [
"mypy==1.11.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.1.4",
"ruff==0.5.4",
"ruff==0.5.5",
"vulture==2.11",
]

Expand Down
12 changes: 6 additions & 6 deletions components/api_server/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -792,15 +792,15 @@ zope-interface==6.4.post2 \
# via gevent

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2 \
--hash=sha256:7cd207eed4c60b0f411b444cd1464198fe186671c323b6cd6d433ed80fc9d247 \
--hash=sha256:e5458a0b89f2755e0ee8c0c77613fe5273e05f337907874d64f13171a898a7ff
pip==24.2 \
--hash=sha256:2cd581cf58ab7fcfca4ce8efa6dcacd0de5bf8d0a3eb9ec927e07405f4d9e2a2 \
--hash=sha256:5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8
# via
# api-server (pyproject.toml)
# pip-tools
setuptools==71.1.0 \
--hash=sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936 \
--hash=sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855
setuptools==72.0.0 \
--hash=sha256:5a0d9c6a2f332881a0153f629d8000118efd33255cfa802757924c53312c76da \
--hash=sha256:98b4d786a12fadd34eabf69e8d014b84e5fc655981e4ff419994700434ace132
# via
# pip-tools
# zope-event
Expand Down
6 changes: 3 additions & 3 deletions components/api_server/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ zope-interface==6.4.post2 \
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.1.0 \
--hash=sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936 \
--hash=sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855
setuptools==72.0.0 \
--hash=sha256:5a0d9c6a2f332881a0153f629d8000118efd33255cfa802757924c53312c76da \
--hash=sha256:98b4d786a12fadd34eabf69e8d014b84e5fc655981e4ff419994700434ace132
# via
# zope-event
# zope-interface
4 changes: 2 additions & 2 deletions components/collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
optional-dependencies.dev = [
"coverage==7.6.0",
"mongomock==4.1.2",
"pip==24.1.2",
"pip==24.2",
"pip-tools==7.4.1", # To add hashes to requirements
"pipx==1.6.0",
"pydantic==2.8.2", # Needed for importing the data model in the tests from the shared code component
Expand All @@ -33,7 +33,7 @@ optional-dependencies.tools = [
"mypy==1.11.0",
"pip-audit==2.7.3",
"pyproject-fmt==2.1.4",
"ruff==0.5.4",
"ruff==0.5.5",
"vulture==2.11",
]

Expand Down
12 changes: 6 additions & 6 deletions components/collector/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -819,13 +819,13 @@ yarl==1.9.4 \
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2 \
--hash=sha256:7cd207eed4c60b0f411b444cd1464198fe186671c323b6cd6d433ed80fc9d247 \
--hash=sha256:e5458a0b89f2755e0ee8c0c77613fe5273e05f337907874d64f13171a898a7ff
pip==24.2 \
--hash=sha256:2cd581cf58ab7fcfca4ce8efa6dcacd0de5bf8d0a3eb9ec927e07405f4d9e2a2 \
--hash=sha256:5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8
# via
# collector (pyproject.toml)
# pip-tools
setuptools==71.1.0 \
--hash=sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936 \
--hash=sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855
setuptools==72.0.0 \
--hash=sha256:5a0d9c6a2f332881a0153f629d8000118efd33255cfa802757924c53312c76da \
--hash=sha256:98b4d786a12fadd34eabf69e8d014b84e5fc655981e4ff419994700434ace132
# via pip-tools
Loading

0 comments on commit 2d0b729

Please sign in to comment.