pytest-dev / py

Python development support library (note: maintenance only)
MIT License
68 stars 104 forks source link

New release? #293

Closed sebastian-philipp closed 1 year ago

sebastian-philipp commented 1 year ago

according to pip-audit:

$ pip-audit -r constraints.txt
Found 1 known vulnerabilities in 1 package
Name         Version ID                  Fix Versions
------------ ------- ------------------- -------------------
py           1.11.0  PYSEC-2022-42969

there is a security issue. Would be great to have a 1.11.1 that fixes it.

Thank you for your effort!

sebastian-philipp commented 1 year ago

Just saw https://github.com/pypa/advisory-database/pull/107 . :thinking:

The-Compiler commented 1 year ago

Duplicate of #287.

Note that py is pretty much unmaintained at this point (see #288). You might want to find out why you're using it, and migrate away from it.