Skip to content

Commit

Permalink
Fixed 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 Feb 27, 2025
1 parent 00e6a8b commit 1c5ed77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Base dependencies (must be consistent with minimum-constraints-install.txt
# and build-system.requires in pyproject.toml)

pip>=23.3
pip>=25.0
setuptools>=70.0.0
setuptools-scm[toml]>=8.1.0
wheel>=0.41.3
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 2025-01-29.
Addressed safety issues up to 2025-02-26.
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Base dependencies (must be consistent with base-requirements.txt)

pip==23.3
pip==25.0
setuptools==70.0.0
# Note on not specifying 'setuptools-scm[toml]': Extras cannot be in constraints files
setuptools-scm==8.1.0
Expand Down

0 comments on commit 1c5ed77

Please sign in to comment.