Skip to content

Commit

Permalink
Bump setuptools from 65.5.1 to 70.0.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v65.5.1...v70.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Jul 17, 2024
1 parent 72bce81 commit 25219c6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==67.6.1
setuptools==70.0.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==65.5.1
setuptools==70.0.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ zope-sqlalchemy==3.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==65.5.1
setuptools==70.0.0
# via
# -r prod.txt
# pastedeploy
Expand Down
2 changes: 1 addition & 1 deletion requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==67.6.1
setuptools==70.0.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ zope-sqlalchemy==3.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==65.5.1
setuptools==70.0.0
# via
# -r prod.txt
# pastedeploy
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ pip==23.3
# -r functests.txt
# -r tests.txt
# pip-tools
setuptools==65.5.1
setuptools==70.0.0
# via
# -r functests.txt
# -r tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ zope-sqlalchemy==3.1
# via -r prod.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==65.5.1
setuptools==70.0.0
# via
# pastedeploy
# plaster
Expand Down
2 changes: 1 addition & 1 deletion requirements/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==65.5.1
setuptools==70.0.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ zope-sqlalchemy==3.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3
# via pip-tools
setuptools==65.5.1
setuptools==70.0.0
# via
# -r prod.txt
# pastedeploy
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ zope-sqlalchemy==3.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==65.5.1
setuptools==70.0.0
# via
# -r prod.txt
# pastedeploy
Expand Down

0 comments on commit 25219c6

Please sign in to comment.