Skip to content

Commit

Permalink
Addressed safety issues (#1068)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier authored Aug 18, 2024
1 parent 0bf09c9 commit 1213a65
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 @@ -33,7 +33,7 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Bug fixes:**

* Fixed safety issues up to 20024-08-16.
* Fixed safety issues up to 20024-08-18.

* Dev: Fixed removal of some files in the Makefile.

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Base dependencies (must be consistent with requirements-base.txt)

pip==23.3
setuptools==66.1.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 @@ -5,6 +5,6 @@
# Base dependencies (must be consistent with minimum-constraints-install.txt)

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

0 comments on commit 1213a65

Please sign in to comment.