Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Bump the python-dependencies group with 4 updates #351

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Updates the requirements on sqlalchemy, time-machine, sphinx and sphinx-autodoc-typehints to permit the latest version.
Updates sqlalchemy to 2.0.21

Release notes

Sourced from sqlalchemy's releases.

2.0.21

Released: September 18, 2023

orm

  • [orm] [bug] Adjusted the ORM's interpretation of the "target" entity used within Update and Delete to not interfere with the target "from" object passed to the statement, such as when passing an ORM-mapped _orm.aliased construct that should be maintained within a phrase like "UPDATE FROM". Cases like ORM session synchonize using "SELECT" statements such as with MySQL/ MariaDB will still have issues with UPDATE/DELETE of this form so it's best to disable synchonize_session when using DML statements of this type.

    References: #10279

  • [orm] [bug] Added new capability to the _orm.selectin_polymorphic() loader option which allows other loader options to be bundled as siblings, referring to one of its subclasses, within the sub-options of parent loader option. Previously, this pattern was only supported if the _orm.selectin_polymorphic() were at the top level of the options for the query. See new documentation section for example.

    As part of this change, improved the behavior of the _orm.Load.selectin_polymorphic() method / loader strategy so that the subclass load does not load most already-loaded columns from the parent table, when the option is used against a class that is already being relationship-loaded. Previously, the logic to load only the subclass columns worked only for a top level class load.

    References: #10348

engine

  • [engine] [bug] Fixed a series of reflection issues affecting the PostgreSQL, MySQL/MariaDB, and SQLite dialects when reflecting foreign key constraints where the target column contained parenthesis in one or both of the table name or column name.

    References: #10275

sql

  • [sql] [usecase] Adjusted the _types.Enum datatype to accept an argument of None for the _types.Enum.length parameter, resulting in a VARCHAR or other textual type with no length in the resulting DDL. This

... (truncated)

Commits

Updates time-machine to 2.13.0

Changelog

Sourced from time-machine's changelog.

2.13.0 (2023-09-19)

  • Add support for datetime.timedelta to time_machine.travel().

    Thanks to Nate Dudenhoeffer in PR [#298](https://github.com/adamchainz/time-machine/issues/298) <https://github.com/adamchainz/time-machine/pull/298>__.

  • Fix documentation about using local time for naive date(time) strings.

    Thanks to Stefaan Lippens in PR [#306](https://github.com/adamchainz/time-machine/issues/306) <https://github.com/adamchainz/time-machine/pull/306>__.

  • Add shift() method to the time_machine pytest fixture.

    Thanks to Stefaan Lippens in PR [#312](https://github.com/adamchainz/time-machine/issues/312) <https://github.com/adamchainz/time-machine/pull/312>__.

  • Mock time.monotonic() and time.monotonic_ns(). They return the values of time.time() and time.time_ns() respectively, rather than real monotonic clocks.

    Thanks to Anthony Sottile in PR [#382](https://github.com/adamchainz/time-machine/issues/382) <https://github.com/adamchainz/time-machine/pull/382>__.

2.12.0 (2023-08-14)

  • Include wheels for Python 3.12.

2.11.0 (2023-07-10)

  • Drop Python 3.7 support.

2.10.0 (2023-06-16)

  • Support Python 3.12.

2.9.0 (2022-12-31)

  • Build Windows ARM64 wheels.

  • Explicitly error when attempting to install on PyPy.

Thanks to Michał Górny in PR [#315](https://github.com/adamchainz/time-machine/issues/315) <https://github.com/adamchainz/time-machine/pull/315>__.

2.8.2 (2022-09-29)

  • Improve type hints for time_machine.travel() to preserve the types of the wrapped function/coroutine/class.

2.8.1 (2022-08-16)

... (truncated)

Commits
  • b31371c Version 2.13.0
  • 1957f44 Tidy tests to use change_local_timezone() (#385)
  • 3c70dd5 Fix docs on timezone of naive date(time) strings (#306)
  • 483907d Add support for dt.timedelta to travel class (#298)
  • ac337ab Make CHANGELOG consistent
  • d97adc6 Add shift() method to time_machine pytest fixture (#312)
  • 21be5b7 [pre-commit.ci] pre-commit autoupdate (#384)
  • 33bbae8 Bump docker/setup-qemu-action from 2 to 3 (#383)
  • e2766de Support time.monotonic() and time.monotonic_ns() (#382)
  • c8e1ccf [pre-commit.ci] pre-commit autoupdate (#381)
  • Additional commits viewable in compare view

Updates sphinx to 7.1.2

Release notes

Sourced from sphinx's releases.

Sphinx 7.1.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinx's changelog.

Release 7.1.2 (released Aug 02, 2023)

Bugs fixed

  • #11542: linkcheck: Properly respect :confval:linkcheck_anchors and do not spuriously report failures to validate anchors. Patch by James Addison.

Release 7.1.1 (released Jul 27, 2023)

Bugs fixed

  • #11514: Fix SOURCE_DATE_EPOCH in multi-line copyright footer. Patch by Bénédikt Tran.

Release 7.1.0 (released Jul 24, 2023)

Incompatible changes

Deprecated

  • #11412: Emit warnings on using a deprecated Python-specific index entry type (namely, module, keyword, operator, object, exception, statement, and builtin) in the :rst:dir:index directive, and set the removal version to Sphinx 9. Patch by Adam Turner.

Features added

  • #11415: Add a checksum to JavaScript and CSS asset URIs included within generated HTML, using the CRC32 algorithm.
  • :meth:~sphinx.application.Sphinx.require_sphinx now allows the version requirement to be specified as (major, minor).
  • #11011: Allow configuring a line-length limit for object signatures, via :confval:maximum_signature_line_length and the domain-specific variants. If the length of the signature (in characters) is greater than the configured limit, each parameter in the signature will be split to its own logical line. This behaviour may also be controlled by options on object description directives, for example :rst:dir:py:function:single-line-parameter-list.

... (truncated)

Commits

Updates sphinx-autodoc-typehints to 1.24.0

Release notes

Sourced from sphinx-autodoc-typehints's releases.

1.24.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.23.3...1.24.0

Changelog

Sourced from sphinx-autodoc-typehints's changelog.

Changelog

1.22

  • Allow Sphinx explicitly to write in parallel.
  • Fixed crash when documenting ParamSpecArgs

1.21.7

  • Fixed a bug where if a class has an attribute and a constructor argument with the same name, the constructor argument type would be rendered incorrectly (issue 308)

  • Fixed napoleon handling of numpy docstrings with no specified return type.

1.21.6

  • Fix a Field list ends without a blank line warning (issue 305).

1.21.5

  • More robust determination of rtype location / fix issue 302

1.21.4

  • Improvements to the location of the return type

1.21.3

  • Use format_annotation to render class attribute type annotations

1.21.2

  • Fix overloads support

1.21.1

  • Fix spacing between :rtype: and directives

1.21

  • Handle types from types module
  • If module is _io, use io instead
  • Put rtype before examples or usage section
  • Remove redundant return type for attributes
  • Handle collections.abc.Callable as well as typing.Callable
  • Put Literal args in code blocks

1.20.2

  • Fix Optional role to be data.

... (truncated)

Commits
  • a417158 Drop typed-ast as is no longer maintained/used (#373)
  • 89988e6 [pre-commit.ci] pre-commit autoupdate (#372)
  • 55b62de Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#370)
  • daa20ea Exclude dependabot and pre-commit ci from release notes (#369)
  • d139405 [pre-commit.ci] pre-commit autoupdate (#368)
  • ff1180d Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#366)
  • 0b0ffc0 Fix type guard handling for classes (#365)
  • 8107a80 [pre-commit.ci] pre-commit autoupdate (#364)
  • 751e5b2 [pre-commit.ci] pre-commit autoupdate (#362)
  • dd32c5c Remove dependency on itself from pyproject.toml (#361)
  • Additional commits viewable in compare view

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

Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [time-machine](https://github.com/adamchainz/time-machine), [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version.

Updates `sqlalchemy` to 2.0.21
- [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)

Updates `time-machine` to 2.13.0
- [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/time-machine@2.11.0...2.13.0)

Updates `sphinx` to 7.1.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v7.1.2)

Updates `sphinx-autodoc-typehints` to 1.24.0
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.23.0...1.24.0)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: time-machine
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sphinx
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  dependency-group: python-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 Oct 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 12, 2023
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-50c42d9a0d branch October 12, 2023 19:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants