Skip to content

Commit

Permalink
Safety issues up to 2024-11-30
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 30, 2024
1 parent 0d6091a commit 2377d78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# PEP517 package builder, used in Makefile
build>=1.0.0
virtualenv>=20.25.0
virtualenv>=20.26.6
pyproject-hooks>=1.1.0

# Coverage reporting (no imports, invoked via coveralls script):
Expand Down
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Released: not yet

**Bug fixes:**

* Addressed safety issues up to 2024-11-30.

* Test: Fixed the issue that coveralls was not found in the test workflow on MacOS
with Python 3.9-3.11, by running it without login shell. Added Python 3.11 on
MacOS to the normal tests.
Expand Down
3 changes: 1 addition & 2 deletions minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# PEP517 package builder, used in Makefile
build==1.0.0
virtualenv==20.25.0
virtualenv==20.26.6
pyproject-hooks==1.1.0

# Unit test (e.g. imports into testcases):
Expand All @@ -19,7 +19,6 @@ pyproject-hooks==1.1.0
pytest==7.0.0

# Install test:
virtualenv==20.25.0
six==1.16.0

# Coverage reporting (no imports, invoked via coveralls script):
Expand Down

0 comments on commit 2377d78

Please sign in to comment.