Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safety issues up to 2024-11-30 #227

Merged
merged 1 commit into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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