Skip to content

cachito-1.12.0

Compare
Choose a tag to compare
@brunoapimentel brunoapimentel released this 22 Sep 15:40
· 117 commits to master since this release

Minimum required Python version

  • 3.11

API changes

  • None

Bug Fixes

  • Dependency version updates to address CVEs:
    • Bump certifi from 2022.12.7 to 2023.7.22
    • Bump kombu from 5.2.4 to 5.3.2
    • Bump packaging from 21.3 to 23.1
    • Bump actions/checkout from 3 to 4
    • Bump gitpython from 3.1.30 to 3.1.36
    • Bump aiohttp from 3.8.3 to 3.8.5
    • Bump cryptography from 41.0.2 to 41.0.4
    • Bump backoff from 2.1.2 to 2.2.1
    • Bump celery from 5.2.7 to 5.3.4
    • Bump pytest from 7.4.0 to 7.4.2
    • Bump setuptools from 65.6.3 to 68.2.2
    • Bump semver from 2.13.0 to 3.0.1
    • Bump flask-migrate from 4.0.4 to 4.0.5
    • Bump jsonschema from 4.19.0 to 4.19.1

Incompatible changes

  • None

Improvements

  • Cachito now clones npm git dependencies directly and then calls npm pack on the cloned directory
    • This is safer than calling npm pack on a git reference