Added
- Added
.github/dependabot.yml
with configuration for Dependabot:- Use
develop
as target branch - Update both
pyproject.toml
andpoetry.lock
- Use
- README updated to recommend using
pipx
for installation
Fixed
- Fixed issue with Poetry build arguments in Dockerfile, which was causing the build to fail.
Changed
- Modified signature download process to use
requests
instead ofurllib
, which is more robust and provides better SSL handling. This addresses the issue raised in #74 - Dependabot updates
urllib3
updated to2.5.0
requests
updated to2.32.4