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 961c6ee commit 0b5f07e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Bug fixes:**

* Fixed safety issues up to 2025-01-29.
* Fixed safety issues up to 2025-02-26.

* Fixed missing dependencies for development.

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

pip==23.3
pip==25.0
setuptools==70.0.0
wheel==0.38.1

Expand Down
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Base dependencies (must be consistent with minimum-constraints-install.txt)

pip>=23.3
pip>=25.0
setuptools>=70.0.0
setuptools-scm[toml]>=6.4.0
wheel>=0.38.1

0 comments on commit 0b5f07e

Please sign in to comment.