Dfplayer-card-manager

Latest version: v0.2.1

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

Scan your dependencies

0.2.1

Bug Fixes

- fix: improve FAT32 check for Unix systems stevenengland ([53](https://github.com/stevenengland/dfplayer_card_manager/pull/53))
- fix(deps): bump fattools from 1.0.39 to 1.0.42 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#55](https://github.com/stevenengland/dfplayer_card_manager/pull/55))
- fix(deps): bump pydantic from 2.10.4 to 2.10.6 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#54](https://github.com/stevenengland/dfplayer_card_manager/pull/54))
- fix(deps): bump pre-commit from 3.8.0 to 4.1.0 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#44](https://github.com/stevenengland/dfplayer_card_manager/pull/44))
- fix(deps): bump twine from 6.0.1 to 6.1.0 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#50](https://github.com/stevenengland/dfplayer_card_manager/pull/50))

Dependencies

<details>
<summary>4 changes</summary>
- fix(deps): bump fattools from 1.0.39 to 1.0.42 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#55](https://github.com/stevenengland/dfplayer_card_manager/pull/55))
- fix(deps): bump pydantic from 2.10.4 to 2.10.6 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#54](https://github.com/stevenengland/dfplayer_card_manager/pull/54))
- fix(deps): bump pre-commit from 3.8.0 to 4.1.0 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#44](https://github.com/stevenengland/dfplayer_card_manager/pull/44))
- fix(deps): bump twine from 6.0.1 to 6.1.0 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#50](https://github.com/stevenengland/dfplayer_card_manager/pull/50))

</details>
**Full Changelog**: https://github.com/stevenengland/dfplayer_card_manager/compare/0.2.0...0.2.1

0.2.0

Features

- feat: add alphabetical ordering for sync command stevenengland ([45](https://github.com/stevenengland/dfplayer_card_manager/pull/45))

Bug Fixes

- fix(deps): bump pyfakefs from 5.7.3 to 5.7.4 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#42](https://github.com/stevenengland/dfplayer_card_manager/pull/42))

Maintenance

- ci: add GitHub Actions workflow for code security scans stevenengland ([43](https://github.com/stevenengland/dfplayer_card_manager/pull/43))

Dependencies

- fix(deps): bump pyfakefs from 5.7.3 to 5.7.4 in /requirements [dependabot[bot]](https://github.com/apps/dependabot) ([#42](https://github.com/stevenengland/dfplayer_card_manager/pull/42))

**Full Changelog**: https://github.com/stevenengland/dfplayer_card_manager/compare/0.1.3...0.2.0

0.1.3

Bug Fixes

- fix: add **init**.py file to os module stevenengland ([39](https://github.com/stevenengland/dfplayer_card_manager/pull/39))
- fix(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 dependabot ([34](https://github.com/stevenengland/dfplayer_card_manager/pull/34))
- fix(deps): bump actions/download-artifact from 3 to 4 dependabot ([35](https://github.com/stevenengland/dfplayer_card_manager/pull/35))
- fix(deps): bump actions/upload-artifact from 3 to 4 dependabot ([36](https://github.com/stevenengland/dfplayer_card_manager/pull/36))

Dependencies

- fix(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 dependabot ([34](https://github.com/stevenengland/dfplayer_card_manager/pull/34))
- fix(deps): bump actions/download-artifact from 3 to 4 dependabot ([35](https://github.com/stevenengland/dfplayer_card_manager/pull/35))
- fix(deps): bump actions/upload-artifact from 3 to 4 dependabot ([36](https://github.com/stevenengland/dfplayer_card_manager/pull/36))

**Full Changelog**: https://github.com/stevenengland/dfplayer_card_manager/compare/0.1.2...0.1.3

0.1.2

Bug Fixes

- fix: remove unused pytest import from audio_file_manager.py stevenengland ([33](https://github.com/stevenengland/dfplayer_card_manager/pull/33))
- fix: correct spelling of 'advertisment' to 'advert' in multiple files stevenengland ([32](https://github.com/stevenengland/dfplayer_card_manager/pull/32))

Maintenance

- ci: update repository URL for PyPI publishing in workflow stevenengland ([31](https://github.com/stevenengland/dfplayer_card_manager/pull/31))

**Full Changelog**: https://github.com/stevenengland/dfplayer_card_manager/compare/0.1.1...0.1.2

0.1.1

Bug Fixes

- fix(deps): bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20241230 in /requirements dependabot ([10](https://github.com/stevenengland/dfplayer_card_manager/pull/10))

Maintenance

<details>
<summary>8 changes</summary>
- ci: update release publishing workflow to include new permissions and dependencies stevenengland ([28](https://github.com/stevenengland/dfplayer_card_manager/pull/28))
- ci: update CI workflow to check for '[skip ci]' in pull request titles stevenengland ([26](https://github.com/stevenengland/dfplayer_card_manager/pull/26))
- ci: add verbosity to pypi release publishing stevenengland ([25](https://github.com/stevenengland/dfplayer_card_manager/pull/25))
- ci: remove path ignore stevenengland ([24](https://github.com/stevenengland/dfplayer_card_manager/pull/24))
- ci: update repository URL and version file reference in release publishing workflow stevenengland ([23](https://github.com/stevenengland/dfplayer_card_manager/pull/23))
- ci: add build and package check step to code testing workflow stevenengland ([22](https://github.com/stevenengland/dfplayer_card_manager/pull/22))
- ci: add workflow for automatic changelog updating on release stevenengland ([21](https://github.com/stevenengland/dfplayer_card_manager/pull/21))
- ci: update GitHub token reference in dependabot auto-merge workflow stevenengland ([20](https://github.com/stevenengland/dfplayer_card_manager/pull/20))
</details>
Dependencies
- fix(deps): bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20241230 in /requirements dependabot ([10](https://github.com/stevenengland/dfplayer_card_manager/pull/10))
- fix(deps): bump pytest from 8.2.1 to 8.3.4 in /requirements dependabot ([2](https://github.com/stevenengland/dfplayer_card_manager/pull/2))
**Full Changelog**: https://github.com/stevenengland/dfplayer_card_manager/compare/...0.1.1

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.