Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the patch-dependencies group with 7 updates #484

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2024

Bumps the patch-dependencies group with 7 updates:

Package From To
alembic 1.13.1 1.13.2
calypsso 1.0.0 1.0.1
icalendar 5.0.12 5.0.13
pydantic 2.7.3 2.7.4
pymupdf 1.24.5 1.24.7
redis 5.0.5 5.0.7
sqlalchemy[asyncio] 2.0.30 2.0.31

Updates alembic from 1.13.1 to 1.13.2

Release notes

Sourced from alembic's releases.

1.13.2

Released: June 26, 2024

usecase

  • [usecase] [autogenerate] Improve computed column compare function to support multi-line expressions. Pull request courtesy of Georg Wicke-Arndt.

    References: #1391

bug

  • [bug] [commands] Fixed bug in alembic command stdout where long messages were not properly wrapping at the terminal width. Pull request courtesy Saif Hakim.

    References: #1384

  • [bug] [execution] Fixed internal issue where Alembic would call connection.execute() sending an empty tuple to indicate "no params". In SQLAlchemy 2.1 this case will be deprecated as "empty sequence" is ambiguous as to its intent.

    References: #1394

  • [bug] [tests] Fixes to support pytest 8.1 for the test suite.

    References: #1435

  • [bug] [autogenerate] [postgresql] Fixed the detection of serial column in autogenerate with tables not under default schema on PostgreSQL

    References: #1479

Commits

Updates calypsso from 1.0.0 to 1.0.1

Release notes

Sourced from calypsso's releases.

v1.0.1

Full Changelog: aeecleclair/CalypSSO@v1.0.0...v1.0.1

Commits

Updates icalendar from 5.0.12 to 5.0.13

Changelog

Sourced from icalendar's changelog.

5.0.13 (2024-06-20)

Minor changes:

  • Guide to delete the build folder before running tests
  • Add funding information
  • Make documentation build with Python 3.12
  • Update windows to olson conversion for Greenland Standard Time
  • Extend examples in Usage with alarm and recurrence
  • Document how to serve the built documentation to view with the browser
  • Improve test coverage

New features:

  • Create GitHub releases for each tag.

Bug fixes:

  • Parse calendars with X-COMMENT properties at the end the file by ignoring these properites
Commits
  • f97722e Merge pull request #632 from niccokunzmann/release
  • 39b0494 version 5.0.13
  • e7ec88d Merge pull request #622 from niccokunzmann/docs-error
  • 4484608 Merge pull request #621 from niccokunzmann/docs-py-12
  • 9862fd1 Merge pull request #628 from raffifu/test/unit_prop
  • d3e432d add test case for unit prop
  • 3a54fe7 Merge pull request #625 from niccokunzmann/docs-http-server
  • f9dad10 log changes
  • 95ccf64 Document how to access the documentation in the browser
  • 4b5cb00 Guide to delete the build folder before testing
  • Additional commits viewable in compare view

Updates pydantic from 2.7.3 to 2.7.4

Release notes

Sourced from pydantic's releases.

v2.7.4 (2024-06-12)

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

Full Changelog: pydantic/pydantic@v2.7.3...v2.7.4

Changelog

Sourced from pydantic's changelog.

v2.7.4 (2024-06-12)

Github release

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612
Commits

Updates pymupdf from 1.24.5 to 1.24.7

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.7 released

PyMuPDF-1.24.7 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.7 (2024-06-26)

PyMuPDF-1.24.6 released

PyMuPDF-1.24.6 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.6 (2024-06-25)

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.7 (2024-06-26)

  • Fixed issues:

    • Fixed 3615 <https://github.com/pymupdf/PyMuPDF/issues/3615>_: Document.pagemode or Document.pagelayout crashes for epub files
    • Fixed 3616 <https://github.com/pymupdf/PyMuPDF/issues/3616>_: not last version reported

Changes in version 1.24.6 (2024-06-25)

  • Fixed issues:

    • Fixed 3599 <https://github.com/pymupdf/PyMuPDF/issues/3599>_: Story.fit_width() has a weird line
    • Fixed 3594 <https://github.com/pymupdf/PyMuPDF/issues/3594>_: Garbled extraction for Amazon Sustainability Report
    • Fixed 3591 <https://github.com/pymupdf/PyMuPDF/issues/3591>_: 'width' in Page.get_drawings() returns width equal as 0
    • Fixed 3561 <https://github.com/pymupdf/PyMuPDF/issues/3561>_: ZeroDivisionError: float division by zero with page.apply_redactions()
    • Fixed 3559 <https://github.com/pymupdf/PyMuPDF/issues/3559>_: SegFault 11 when empty H1 H2 H3 H4 etc element is used in insert_htmlbox
    • Fixed 3539 <https://github.com/pymupdf/PyMuPDF/issues/3539>_: Add dotted gridline detection to table recognition
    • Fixed 3519 <https://github.com/pymupdf/PyMuPDF/issues/3519>_: get_toc(simple=False) AttributeError: 'Outline' object has no attribute 'rect'
    • Fixed 3510 <https://github.com/pymupdf/PyMuPDF/issues/3510>_: page.get_label() gets wrong label on the first page of doc
    • Fixed 3494 <https://github.com/pymupdf/PyMuPDF/issues/3494>_: 1.24.2/1.24.3: spurious characters introduced when using subset_fonts and insert_pdf
    • Fixed 3470 <https://github.com/pymupdf/PyMuPDF/issues/3470>_: subset_fonts error exit without exception/warning
    • Fixed 3400 <https://github.com/pymupdf/PyMuPDF/issues/3400>_: set_toc alters link coordinates for some rotated pages on pymupdf 1.24.2
    • Fixed 3347 <https://github.com/pymupdf/PyMuPDF/issues/3347>_: Incorrect links to points on pages having different heights
    • Fixed 3237 <https://github.com/pymupdf/PyMuPDF/issues/3237>_: Set_metadata() does not work
    • Fixed 3493 <https://github.com/pymupdf/PyMuPDF/discussions/3493>_: Isolate PyMuPDF from other libraries; issues when PyMuPDF is loaded with other libraries like GdkPixbuf
  • Other:

    • Fixed concurrent use of PyMuPDF caused by use of constant temporary filenames.

    • Add musllinux x86_64 wheels to release.

    • Added clearer version information:

      • pymupdf.pymupdf_version.
      • pymupdf.mupdf_version.
      • pymupdf.pymupdf_date.

Changes in version 1.24.5 (2024-05-30)

  • Fixed issues:

    • Fixed 3479 <https://github.com/pymupdf/PyMuPDF/issues/3479>_: regression: fill_textbox: IndexError: pop from empty list
    • Fixed 3488 <https://github.com/pymupdf/PyMuPDF/issues/3488>_: set_toc method error

... (truncated)

Commits
  • c1c5564 Update changelog, version numbers and release dates for release 1.24.7.
  • c940484 scripts/gh_release.py: avoid pyodide build problem with old .pyodide-xbuilden...
  • 35e7e0f tests/: added a test that we don't segv when treating .epub doc as a pdf.
  • c542b26 src/init.py: improved downcasting to pdf document or page.
  • 5ebf905 scripts/gh_release.py: fix exclusion of musllinux*aarch64.
  • ef99b8a src/: updated version number and date, should have been done for release of 1...
  • 99b414a Update changelog, version numbers and release dates for release 1.24.6.
  • 972bcf3 src/ tests/: Correct links to pages with different size/rotation.
  • 83b36bc tests/resources/test_1645_expected_1.25.pdf: updated to match mupdf output.
  • 9df123a tests/: added test for #3594.
  • Additional commits viewable in compare view

Updates redis from 5.0.5 to 5.0.7

Release notes

Sourced from redis's releases.

5.0.7

Changes

🐛 Bug Fixes

  • None UnixDomainSocket timeout (#3293)

🧰 Maintenance

  • Updated redis version to represent latest available build (#3296)

Contributors

We'd like to thank all the contributors who worked on this release!

@​vladvildanov @​dmaier-redislabs

5.0.6

Changes

🐛 Bug Fixes

  • Handle lists in the response of INFO
Commits

Updates sqlalchemy[asyncio] from 2.0.30 to 2.0.31

Release notes

Sourced from sqlalchemy[asyncio]'s releases.

2.0.31

Released: June 18, 2024

general

  • [general] [bug] Set up full Python 3.13 support to the extent currently possible, repairing issues within internal language helpers as well as the serializer extension module.

    References: #11417

orm

  • [orm] [usecase] Added missing parameter _orm.with_polymorphic.name that allows specifying the name of returned _orm.AliasedClass.

    References: #11361

  • [orm] [bug] Fixed issue where a MetaData collection would not be serializable, if an Enum or Boolean datatype were present which had been adapted. This specific scenario in turn could occur when using the Enum or Boolean within ORM Annotated Declarative form where type objects frequently get copied.

    References: #11365

  • [orm] [bug] Fixed issue where the _orm.selectinload() and _orm.subqueryload() loader options would fail to take effect when made against an inherited subclass that itself included a subclass-specific _orm.Mapper.with_polymorphic setting.

    References: #11446

  • [orm] [bug] Fixed very old issue involving the _orm.joinedload.innerjoin parameter where making use of this parameter mixed into a query that also included joined eager loads along a self-referential or other cyclical relationship, along with complicating factors like inner joins added for secondary tables and such, would have the chance of splicing a particular inner join to the wrong part of the query. Additional state has been added to the internal method that does this splice to make a better decision as to where splicing should proceed.

    References: #11449

  • [orm] [bug] [regression] Fixed bug in ORM Declarative where the __table__ directive could not be declared as a class function with _orm.declared_attr() on a superclass, including an __abstract__ class as well as coming from the

... (truncated)

Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the patch-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.13.1` | `1.13.2` |
| [calypsso](https://github.com/aeecleclair/CalypSSO) | `1.0.0` | `1.0.1` |
| [icalendar](https://github.com/collective/icalendar) | `5.0.12` | `5.0.13` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.3` | `2.7.4` |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.5` | `1.24.7` |
| [redis](https://github.com/redis/redis-py) | `5.0.5` | `5.0.7` |
| [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy) | `2.0.30` | `2.0.31` |


Updates `alembic` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `calypsso` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/aeecleclair/CalypSSO/releases)
- [Commits](aeecleclair/CalypSSO@v1.0.0...v1.0.1)

Updates `icalendar` from 5.0.12 to 5.0.13
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v5.0.12...v5.0.13)

Updates `pydantic` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.3...v2.7.4)

Updates `pymupdf` from 1.24.5 to 1.24.7
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.5...1.24.7)

Updates `redis` from 5.0.5 to 5.0.7
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.5...v5.0.7)

Updates `sqlalchemy[asyncio]` from 2.0.30 to 2.0.31
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: calypsso
  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: pydantic
  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: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: sqlalchemy[asyncio]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 29, 2024
@armanddidierjean armanddidierjean merged commit 38acd35 into main Jul 4, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/pip/patch-dependencies-30e008eddb branch July 4, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants