Skip to content

Commit

Permalink
Addressed safety issues
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Aug 18, 2024
1 parent 5f62a7e commit 12070ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# and build-system.requires in pyproject.toml)

pip>=23.3
setuptools>=66.1.0
setuptools>=70.0.0
setuptools-scm[toml]>=8.1.0
wheel>=0.38.1
2 changes: 1 addition & 1 deletion changes/noissue.safety.fix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Addressed safety issues up to 2024-08-16.
Addressed safety issues up to 2024-08-18.
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Base dependencies (must be consistent with base-requirements.txt)

pip==23.3
setuptools==66.1.0
setuptools==70.0.0
# Note on not specifying 'setuptools-scm[toml]': Extras cannot be in constraints files
setuptools-scm==8.1.0
wheel==0.38.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requires = [
# Keep in sync with base-requirements.txt and the base dependencies in
# minimum-constraints-install.txt
"setuptools>=66.1.0",
"setuptools>=70.0.0",
"setuptools-scm[toml]>=8.1.0",
"wheel>=0.38.1"
]
Expand Down

0 comments on commit 12070ed

Please sign in to comment.