Skip to content

Commit c72d6ab

Browse files
committed
Safety issues up to 2024-11-30
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent f9fa8e0 commit c72d6ab

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# PEP517 package builder, used in Makefile
88
build>=1.0.0
9-
virtualenv>=20.25.0
9+
virtualenv>=20.26.6
1010
pyproject-hooks>=1.1.0
1111

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

docs/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Released: not yet
2727

2828
**Bug fixes:**
2929

30+
* Addressed safety issues up to 2024-11-30.
31+
3032
* Test: Fixed the issue that coveralls was not found in the test workflow on MacOS
3133
with Python 3.9-3.11, by running it without login shell. Added Python 3.11 on
3234
MacOS to the normal tests.

minimum-constraints-develop.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010

1111
# PEP517 package builder, used in Makefile
1212
build==1.0.0
13-
virtualenv==20.25.0
13+
virtualenv==20.26.6
1414
pyproject-hooks==1.1.0
1515

1616
# Unit test (e.g. imports into testcases):
1717
pytest==7.0.0
1818

1919
# Install test:
20-
virtualenv==20.25.0
2120
six==1.16.0
2221

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

0 commit comments

Comments
 (0)