Skip to content

Commit

Permalink
Bump setuptools from 69.0.3 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 69.0.3 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@v69.0.3...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 d49ceb9 commit 6ab8dbb
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.2
# via pip-tools
setuptools==69.0.3
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 @@ -32,5 +32,5 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via pip-tools
setuptools==69.0.3
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 @@ -139,7 +139,7 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via pip-tools
setuptools==69.0.3
setuptools==70.0.0
# via
# -r prod.txt
# pip-tools
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.2
# via pip-tools
setuptools==69.0.3
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 @@ -130,7 +130,7 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via pip-tools
setuptools==69.0.3
setuptools==70.0.0
# via
# -r prod.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pip==23.3.2
# -r functests.txt
# -r tests.txt
# pip-tools
setuptools==69.0.3
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 @@ -49,5 +49,5 @@ wcwidth==0.2.13
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3
setuptools==70.0.0
# via supervisor
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.2
# via pip-tools
setuptools==69.0.3
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 @@ -138,7 +138,7 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via pip-tools
setuptools==69.0.3
setuptools==70.0.0
# via
# -r prod.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via pip-tools
setuptools==69.0.3
setuptools==70.0.0
# via
# -r prod.txt
# pip-tools
Expand Down

0 comments on commit 6ab8dbb

Please sign in to comment.