Bump the patch-dependencies group with 5 updates#436
Merged
julien4215 merged 1 commit intomainfrom May 17, 2024
Merged
Conversation
julien4215
approved these changes
May 14, 2024
Bumps the patch-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [bcrypt](https://github.com/pyca/bcrypt) | `4.1.2` | `4.1.3` | | [icalendar](https://github.com/collective/icalendar) | `5.0.11` | `5.0.12` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.2` | `1.24.3` | | [psycopg[c]](https://github.com/psycopg/psycopg) | `3.1.18` | `3.1.19` | | [psycopg[binary]](https://github.com/psycopg/psycopg) | `3.1.18` | `3.1.19` | Updates `bcrypt` from 4.1.2 to 4.1.3 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](pyca/bcrypt@4.1.2...4.1.3) Updates `icalendar` from 5.0.11 to 5.0.12 - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/master/CHANGES.rst) - [Commits](collective/icalendar@v5.0.11...v5.0.12) Updates `pymupdf` from 1.24.2 to 1.24.3 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.24.2...1.24.3) Updates `psycopg[c]` from 3.1.18 to 3.1.19 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.1.18...3.1.19) Updates `psycopg[binary]` from 3.1.18 to 3.1.19 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.1.18...3.1.19) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: icalendar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: pymupdf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: psycopg[binary] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
7a304f2 to
e4344ad
Compare
armanddidierjean
approved these changes
May 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the patch-dependencies group with 5 updates:
4.1.24.1.35.0.115.0.121.24.21.24.33.1.183.1.193.1.183.1.19Updates
bcryptfrom 4.1.2 to 4.1.3Commits
35e5a6fBump version for 4.1.3 release (#791)d99d1e5Bump autocfg from 1.2.0 to 1.3.0 in /src/_bcrypt (#790)0775d47allow testing with pytest 8.2.0 (#786)97d09acBump base64 from 0.22.0 to 0.22.1 in /src/_bcrypt (#787)ee4a9a8use ubuntu rolling in arm64 CI (#784)7d2474fBump libc from 0.2.153 to 0.2.154 in /src/_bcrypt (#783)7a252ddTry blocking pytest 8.2.0 (#785)297a915Remove brew install rust from macOS CI (#782)6b3f99eBump parking_lot_core from 0.9.9 to 0.9.10 in /src/_bcrypt (#778)c88b310Bump parking_lot from 0.12.1 to 0.12.2 in /src/_bcrypt (#780)Updates
icalendarfrom 5.0.11 to 5.0.12Changelog
Sourced from icalendar's changelog.
Commits
72966e7try to set a body text of the release38fcd16modify release679ecabuse different release action216452cuse github.token72c0d6dtry other tag release method5551ad9version 5.0.12f417720Merge pull request #602 from niccokunzmann/refactor-test-6b51fef6Merge pull request #599 from niccokunzmann/refactor-test-3fb0baf4Merge pull request #598 from niccokunzmann/refactor-test-200a2d56Merge pull request #597 from niccokunzmann/refactor-test-1Updates
pymupdffrom 1.24.2 to 1.24.3Release notes
Sourced from pymupdf's releases.
Changelog
Sourced from pymupdf's changelog.
... (truncated)
Commits
5bcc16eUpdated release date for 1.24.3.762be9escripts/gh_release.py: avoid problems when building macos-arm64 wheels.2d68701.github/workflows/build_wheels.yml: use macos-13 and macos-14.b18d200Update changelog, version numbers and release dates for release 1.24.3.89f9b44tests/test_annots.py:test_1645(): fix confusing lack of indentation in fn call.f8456batests/: update test_1645() to match recent mupdf master.2ceb2e1tests/: updated to match fixes in MuPDF-1.24.2.64159acAdd an additional check to test_q_count().00d54f2.github/workflows/build_wheels.yml: use scripts/gh_release.py to build sdists.a4f7d6ascripts/gh_release.py: Also build PyMuPDFb sdist.Updates
psycopg[c]from 3.1.18 to 3.1.19Changelog
Sourced from psycopg[c]'s changelog.
... (truncated)
Commits
780068dchore: bump psycopg package version to 3.1.19040489cchore(crdb): upgrade types to v23.1163f366ci(macos): test and build macOS packages on M1 runners01d5dabMerge branch 'fix-745' into maint-3.128fc73eperf(copy): only flush at every row on copy on macOS963c5f8Improve performance of copyc9486b3test(copy): add minimal copy benchmark framework3398945Merge branch 'fix-734' into maint-3.1cfc0782fix(c): solve undefined behaviour caused by unaligned access611738fci: add test to check for misaligned memory accessUpdates
psycopg[binary]from 3.1.18 to 3.1.19Changelog
Sourced from psycopg[binary]'s changelog.
... (truncated)
Commits
780068dchore: bump psycopg package version to 3.1.19040489cchore(crdb): upgrade types to v23.1163f366ci(macos): test and build macOS packages on M1 runners01d5dabMerge branch 'fix-745' into maint-3.128fc73eperf(copy): only flush at every row on copy on macOS963c5f8Improve performance of copyc9486b3test(copy): add minimal copy benchmark framework3398945Merge branch 'fix-734' into maint-3.1cfc0782fix(c): solve undefined behaviour caused by unaligned access611738fci: add test to check for misaligned memory accessDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions