Preqs

Latest version: v0.1.0

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

Changes

Production release for version 0.1.0b4.

Released: 2024-11-12

0.1.0b4

Changes

PREQ-2: Path traversal
- Update to sanitise (check) the user-provided path for attempted
path traversal.

Testing:
- Tests complete successfully with 100% code coverage.
- Pylintr completes successfully with all modules reporting 10/10.

Released: 2024-11-12

0.1.0b3

Not secure
Changes

Bug fixes:
- Addressed a Windows-only issue where the hash compare fails resulting
in exit code 60 although the requirement file was written successfully.
- Detail: During the compare test, the requirements file was being read
in binary mode, to save a later call to '.encode()'. However, due to
the difference in line endings, reading in binary mode fails the hash
check on Windows.

Other changes:
- Updated the badges in the README file.
- Fixed the license classifier in pyproject.toml.

Released: 2024-08-09

0.1.0b2

Not secure
Changes

Re-versioned 0.1.0b1 as 0.1.0b2 (beta release 2) as PyPI does not allow revisions to be pushed without a new version number.

README:
- Fixed a pip install typo in the README file.

Released: 2024-08-07

---

Other changes
The changes listed below are relative to release version 0.1.0.dev1 as 0.1.0b1 was deleted for the reason show above.

preqs:
- Addressed a minor bug whereby the requirements file creation message
was falsely displayed when the --print flag was used.

Project metadata:
- Updated the trove classifiers.
- Added keywords.
- Changed the license to display the license name rather than the complete
license text.

License:
- Updated the software license to GNU GPL-3.
- Added a license notice to the help page.

README:
- Added testing, coverage and pylint badges to the README file.
- Minor verbiage clarifications.

Released: 2024-08-07

0.1.0.dev1

Not secure
This is the initial development release for test purposes.

**Full Changelog**: https://github.com/s3dev/preqs/commits/v0.1.0.dev1

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.