Skip to content

Commit

Permalink
Bump setuptools from 74.1.2 to 75.0.0 in /components/api_server
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to 75.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.1.2...v75.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 544da6a commit a6760a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions components/api_server/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -835,9 +835,9 @@ pip==24.2 \
# via
# api-server (pyproject.toml)
# pip-tools
setuptools==74.1.2 \
--hash=sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308 \
--hash=sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6
setuptools==75.0.0 \
--hash=sha256:25af69c809d9334cd8e653d385277abeb5a102dca255954005a7092d282575ea \
--hash=sha256:791ae94f04f78c880b5e614e560dd32d4b4af5d151bd9e7483e3377846caf90a
# 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 @@ -581,9 +581,9 @@ zope-interface==7.0.3 \
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2 \
--hash=sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308 \
--hash=sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6
setuptools==75.0.0 \
--hash=sha256:25af69c809d9334cd8e653d385277abeb5a102dca255954005a7092d282575ea \
--hash=sha256:791ae94f04f78c880b5e614e560dd32d4b4af5d151bd9e7483e3377846caf90a
# via
# zope-event
# zope-interface

0 comments on commit a6760a9

Please sign in to comment.