chore(deps): update dependency pykeepass to v4.1.0 #2

Merged
renovate merged 1 commit from renovate/pykeepass-4.x into master 2024-07-09 22:39:43 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pykeepass (changelog) ==4.0.3 -> ==4.1.0 age adoption passing confidence

Release Notes

libkeepass/pykeepass (pykeepass)

v4.1.0

Compare Source

  • merged PR#389 - add PyKeePass.database_name and database_description
  • merged PR#392, fixed #​390 - fix pkg_resources dependency issue
  • fixed #​391 - Entry.tags returns empty list instead of None
  • fixed #​395 - set 'encoding' attribute when exporting as XML
  • fixed #​383 - parse datetimes using isoformat instead of strptime

v4.0.7.post1

Compare Source

v4.0.7

Compare Source

  • fixed #​359 - PyKeePass has decrypt kwarg for accessing header info
  • merged PR#347 - added Entry.index and Entry.move for moving entries
  • merged PR#367 - added Entry.autotype_window setter
  • merged PR#364 - allow filename/keyfile to be file-like objects
  • merged PR#371 - drop dateutil dependency
  • merged PR#348 - switch to pyproject.toml

v4.0.6

  • fixed #​350 - fixed all Python 2 deprecation FIXMEs (e.g. future, )

v4.0.5

Compare Source

  • fixed #​344 - AttributeError when accessing Times with None value
  • use hash when evaluating equality
  • use mtime/uuid for HistoryEntry hashing

v4.0.4

Compare Source

  • fixed #​314 - correctly handle binaries with no data
  • fixed #​265 - check for keepass signature
  • fixed #​319 - support pathlib for filename/keyfile
  • fixed #​194 - added 'protected' arg to _set_string_field
  • use official icon names from KeePass source and deprecate old icons
  • added Entry.is_custom_property_protected()
  • fixed #​338 - allow comma entry tag separator

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pykeepass](https://github.com/libkeepass/pykeepass) ([changelog](https://github.com/libkeepass/pykeepass/blob/master/CHANGELOG.rst)) | `==4.0.3` -> `==4.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pykeepass/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pykeepass/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pykeepass/4.0.3/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pykeepass/4.0.3/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>libkeepass/pykeepass (pykeepass)</summary> ### [`v4.1.0`](https://github.com/libkeepass/pykeepass/blob/HEAD/CHANGELOG.rst#410---2024-06-26) [Compare Source](https://github.com/libkeepass/pykeepass/compare/v4.0.7-post1...v4.1.0) - merged [PR#389](https://github.com/PR/pykeepass/issues/389) - add PyKeePass.database_name and database_description - merged [PR#392](https://github.com/PR/pykeepass/issues/392), fixed [#&#8203;390](https://github.com/libkeepass/pykeepass/issues/390) - fix pkg_resources dependency issue - fixed [#&#8203;391](https://github.com/libkeepass/pykeepass/issues/391) - Entry.tags returns empty list instead of None - fixed [#&#8203;395](https://github.com/libkeepass/pykeepass/issues/395) - set 'encoding' attribute when exporting as XML - fixed [#&#8203;383](https://github.com/libkeepass/pykeepass/issues/383) - parse datetimes using isoformat instead of strptime ### [`v4.0.7.post1`](https://github.com/libkeepass/pykeepass/compare/pykeepass-4.0.7...v4.0.7-post1) [Compare Source](https://github.com/libkeepass/pykeepass/compare/pykeepass-4.0.7...v4.0.7-post1) ### [`v4.0.7`](https://github.com/libkeepass/pykeepass/blob/HEAD/CHANGELOG.rst#407---2024-02-29) [Compare Source](https://github.com/libkeepass/pykeepass/compare/v4.0.6...pykeepass-4.0.7) - fixed [#&#8203;359](https://github.com/libkeepass/pykeepass/issues/359) - PyKeePass has `decrypt` kwarg for accessing header info - merged [PR#347](https://github.com/PR/pykeepass/issues/347) - added Entry.index and Entry.move for moving entries - merged [PR#367](https://github.com/PR/pykeepass/issues/367) - added Entry.autotype_window setter - merged [PR#364](https://github.com/PR/pykeepass/issues/364) - allow filename/keyfile to be file-like objects - merged [PR#371](https://github.com/PR/pykeepass/issues/371) - drop dateutil dependency - merged [PR#348](https://github.com/PR/pykeepass/issues/348) - switch to pyproject.toml ### [`v4.0.6`](https://github.com/libkeepass/pykeepass/blob/HEAD/CHANGELOG.rst#406---2023-08-22) - fixed [#&#8203;350](https://github.com/libkeepass/pykeepass/issues/350) - fixed all Python 2 deprecation FIXMEs (e.g. future, ) ### [`v4.0.5`](https://github.com/libkeepass/pykeepass/blob/HEAD/CHANGELOG.rst#405---2023-06-05) [Compare Source](https://github.com/libkeepass/pykeepass/compare/v4.0.4...v4.0.5) - fixed [#&#8203;344](https://github.com/libkeepass/pykeepass/issues/344) - AttributeError when accessing Times with None value - use **hash** when evaluating equality - use mtime/uuid for HistoryEntry hashing ### [`v4.0.4`](https://github.com/libkeepass/pykeepass/blob/HEAD/CHANGELOG.rst#404---2023-05-23) [Compare Source](https://github.com/libkeepass/pykeepass/compare/v4.0.3...v4.0.4) - fixed [#&#8203;314](https://github.com/libkeepass/pykeepass/issues/314) - correctly handle binaries with no data - fixed [#&#8203;265](https://github.com/libkeepass/pykeepass/issues/265) - check for keepass signature - fixed [#&#8203;319](https://github.com/libkeepass/pykeepass/issues/319) - support pathlib for filename/keyfile - fixed [#&#8203;194](https://github.com/libkeepass/pykeepass/issues/194) - added 'protected' arg to \_set_string_field - use official icon names from KeePass source and deprecate old icons - added Entry.is_custom_property_protected() - fixed [#&#8203;338](https://github.com/libkeepass/pykeepass/issues/338) - allow comma entry tag separator </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-07-09 22:39:31 +02:00
chore(deps): update dependency pykeepass to v4.1.0
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/pull_request_closed/build Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
1e23238f22
renovate scheduled this pull request to auto merge when all checks succeed 2024-07-09 22:39:35 +02:00
renovate merged commit 656ebc61ee into master 2024-07-09 22:39:43 +02:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==4.1.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`==4.1.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
mg referenced this pull request from a commit 2024-07-25 22:30:32 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: container-images/ansible-devspace#2
No description provided.