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 python-packages group with 7 updates #76

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the python-packages group with 7 updates:

Package From To
sqlalchemy 2.0.31 2.0.32
pandas-stubs 2.2.2.240805 2.2.2.240807
faker 26.1.0 26.3.0
numpydoc 1.7.0 1.8.0
furo 2024.7.18 2024.8.6
towncrier 23.11.0 24.7.1
sphinx-last-updated-by-git 0.3.7 0.3.8

Updates sqlalchemy from 2.0.31 to 2.0.32

Release notes

Sourced from sqlalchemy's releases.

2.0.32

Released: August 5, 2024

general

  • [general] [bug] [regression] Restored legacy class names removed from sqlalalchemy.orm.collections.*, including _orm.MappedCollection, _orm.mapped_collection(), _orm.column_mapped_collection(), _orm.attribute_mapped_collection(). Pull request courtesy Takashi Kajinami.

    References: #11435

orm

  • [orm] [usecase] The _orm.aliased.name parameter to _orm.aliased() may now be combined with the _orm.aliased.flat parameter, producing per-table names based on a name-prefixed naming convention. Pull request courtesy Eric Atkin.

    References: #11575

  • [orm] [bug] [regression] Fixed regression going back to 1.4 where accessing a collection using the "dynamic" strategy on a transient object and attempting to query would raise an internal error rather than the expected NoResultFound that occurred in 1.3.

    This change is also backported to: 1.4.53

    References: #11562

  • [orm] [bug] Fixed issue where using the _orm.Query.enable_eagerloads() and _orm.Query.yield_per() methods at the same time, in order to disable eager loading that's configured on the mapper directly, would be silently ignored, leading to errors or unexpected eager population of attributes.

    References: #10834

  • [orm] [bug] [regression] Fixed regression appearing in 2.0.21 caused by #10279 where using a _sql.delete() or _sql.update() against an ORM class that is the base of an inheritance hierarchy, while also specifying that subclasses should be loaded polymorphically, would leak the polymorphic joins into the UPDATE or DELETE statement as well creating incorrect SQL.

    References: #11625

  • [orm] [bug] [regression] Fixed regression from version 1.4 in

... (truncated)

Commits

Updates pandas-stubs from 2.2.2.240805 to 2.2.2.240807

Commits

Updates faker from 26.1.0 to 26.3.0

Release notes

Sourced from faker's releases.

Release v26.3.0

See CHANGELOG.md.

Release v26.2.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v26.3.0 - 2024-08-08

  • Extend ro_RO company localization with prefixes. Thanks @​DDSNA.

v26.2.0 - 2024-08-06

  • Add Swahili (sw) provider for generating Swahili names. Thanks @​5uru.
Commits

Updates numpydoc from 1.7.0 to 1.8.0

Commits

Updates furo from 2024.7.18 to 2024.8.6

Changelog

Sourced from furo's changelog.

Changelog

2024.08.06 -- Energetic Eminence

  • ✨ Add support for Sphinx 8
  • ✨ Add smoother transitions between breakpoints
  • Increase specificity of table-wrapper selector
  • Avoid page breaks inside paragraphs

2024.07.18 -- Dull Denim

  • Improve how icons are handled and aligned.
  • Improve scroll event handler.
  • Hide the copybutton by default.
  • Fix source_view_link configuration handling.
  • Fix close tag on pencil icon.

2024.05.06 -- Cheerful Cerulean

  • ✨ Add new custom icons for auto mode, reflecting the currently active theme.
  • ✨ Add a view this page button.
  • ✨ Add colours and highlighting to "version modified" API helpers.
  • ✨ Add release information to various customisation knobs.
  • Make all icons bigger and use a thinner stroke with them.

2024.04.27 -- Bold Burgundy

  • Add a skip to content link.
  • Add --font-stack--headings.
  • Add :visited colour and enforce uniform contrast between light/dark.
  • Add an offset of :target to reduce back-to-top overlap.
  • Improve dark mode colours.
  • Fix outstanding colour contrast warnings on Firefox.
  • Fix bad indent in footnotes.
  • Tweak handling of default configuration options in a more resilient manner.
  • Tweak length and sizing of API source links.
  • Stop search engine indexing on search page.

2024.01.29 -- Amazing Amethyst

... (truncated)

Commits
  • 1bbf4ee Prepare release: 2024.08.06
  • bcb22c3 Update changelog
  • e633f02 Improve the selector for sidebar
  • d2fa2e0 [pre-commit.ci] pre-commit autoupdate (#821)
  • 05a2d63 Add smoother transitions between breakpoints
  • d261d3b [pre-commit.ci] pre-commit autoupdate (#810)
  • 2d3b6ba Add support for Sphinx 8
  • bf98041 Increase specificity of table-wrapper selector
  • fc6337c Fix the figures
  • fd3f422 Avoid page breaks inside paragraphs
  • Additional commits viewable in compare view

Updates towncrier from 23.11.0 to 24.7.1

Release notes

Sourced from towncrier's releases.

Towncrier 24.7.1 (2024-07-31)

Bugfixes

  • When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. (#632)

Misc

Towncrier 24.7.1rc1 (2024-07-31)

Bugfixes

  • When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. (#632)

Misc

Towncrier 24.7.0 (2024-07-31)

Features

  • towncrier build now handles removing news fragments which are not part of the git repository. For example, uncommitted or unstaged files. (#357)

  • Inferring the version of a Python package now tries to use the metadata of the installed package before importing the package explicitly (which only looks for [package].__version__). (#432)

  • If no filename is given when doing towncrier create, interactively ask for the issue number and fragment type (and then launch an interactive editor for the fragment content).

    Now by default, when creating a fragment it will be appended with the filename option's extension (unless an extension is explicitly provided). For example, towncrier create 123.feature will create news/123.feature.rst. This can be changed in configuration file by setting add_extension = false.

    A new line is now added by default to the end of the fragment contents. This can be reverted in the configuration file by setting add_newline = false. (#482)

  • The temporary file towncrier create creates now uses the correct .rst or .md extension, which may help your editor with with syntax highlighting. (#594)

  • Running towncrier will now traverse back up directories looking for the configuration file. (#601)

  • The towncrier create action now uses sections defined in your config (either interactively, or via the new --section option). (#603)

  • News fragments are now sorted by issue number even if they have non-digit characters.

... (truncated)

Changelog

Sourced from towncrier's changelog.

Towncrier 24.7.1 (2024-07-31)

No significant changes since the previous release candidate.

Bugfixes

  • When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. ([#632](https://github.com/twisted/towncrier/issues/632) <https://github.com/twisted/towncrier/issues/632>_)

Misc

  • [#629](https://github.com/twisted/towncrier/issues/629) <https://github.com/twisted/towncrier/issues/629>, [#630](https://github.com/twisted/towncrier/issues/630) <https://github.com/twisted/towncrier/issues/630>

Towncrier 24.7.0 (2024-07-31)

No changes since the previous release candidate.

Features

  • towncrier build now handles removing news fragments which are not part of the git repository. For example, uncommitted or unstaged files. ([#357](https://github.com/twisted/towncrier/issues/357) <https://github.com/twisted/towncrier/issues/357>_)

  • Inferring the version of a Python package now tries to use the metadata of the installed package before importing the package explicitly (which only looks for [package].__version__). ([#432](https://github.com/twisted/towncrier/issues/432) <https://github.com/twisted/towncrier/issues/432>_)

  • If no filename is given when doing towncrier create, interactively ask for the issue number and fragment type (and then launch an interactive editor for the fragment content).

    Now by default, when creating a fragment it will be appended with the filename option's extension (unless an extension is explicitly provided). For example, towncrier create 123.feature will create news/123.feature.rst. This can be changed in configuration file by setting add_extension = false.

    A new line is now added by default to the end of the fragment contents. This can be reverted in the configuration file by setting add_newline = false. ([#482](https://github.com/twisted/towncrier/issues/482) <https://github.com/twisted/towncrier/issues/482>_)

  • The temporary file towncrier create creates now uses the correct .rst or .md extension, which may help your editor with with syntax highlighting. ([#594](https://github.com/twisted/towncrier/issues/594) <https://github.com/twisted/towncrier/issues/594>_)

  • Running towncrier will now traverse back up directories looking for the configuration file. ([#601](https://github.com/twisted/towncrier/issues/601) <https://github.com/twisted/towncrier/issues/601>_)

  • The towncrier create action now uses sections defined in your config (either interactively, or via the new --section option). ([#603](https://github.com/twisted/towncrier/issues/603) <https://github.com/twisted/towncrier/issues/603>_)

  • News fragments are now sorted by issue number even if they have non-digit characters.

    For example::

    - some issue ([gh-3](https://github.com/twisted/towncrier/issues/3), [gh-10](https://github.com/twisted/towncrier/issues/10))
    - another issue ([gh-4](https://github.com/twisted/towncrier/issues/4))
    - yet another issue ([gh-11](https://github.com/twisted/towncrier/issues/11))
    

    The sorting algorithm groups the issues first by non-text characters and then by number. ([#608](https://github.com/twisted/towncrier/issues/608) <https://github.com/twisted/towncrier/issues/608>_)

  • The title_format configuration option now uses a markdown format for markdown templates. ([#610](https://github.com/twisted/towncrier/issues/610) <https://github.com/twisted/towncrier/issues/610>_)

  • newsfragment categories can now be marked with check = false, causing them to be ignored in towncrier check ([#617](https://github.com/twisted/towncrier/issues/617) <https://github.com/twisted/towncrier/issues/617>_)

  • towncrier check will now fail if any news fragments have invalid filenames.

... (truncated)

Commits

Updates sphinx-last-updated-by-git from 0.3.7 to 0.3.8

Changelog

Sourced from sphinx-last-updated-by-git's changelog.

Version 0.3.8 (2024-08-11):

  • Missing dependencies are ignored (but a warning is shown)

Version 0.3.7 (2024-05-04):

  • Only documentation and CI updates

Version 0.3.6 (2023-08-26):

  • Support for changed behavior of source-read event in Sphinx 7.2

Version 0.3.5 (2023-05-18):

  • A few build system and test updates

Version 0.3.4 (2022-09-02):

  • Add git_exclude_patterns and git_exclude_commits features

Version 0.3.3 (2022-08-21):

  • Remove page_source_suffix from context if there is no source link

Version 0.3.2 (2022-04-30):

  • Use --no-show-signature to avoid error when log.showSignature is on
  • Properly stop git log subprocess even on error (to avoid warnings)

Version 0.3.1 (2022-03-04):

  • Handle "added" but not yet "committed" files

Version 0.3.0 (2021-02-09):

  • Refactor to make git calls per directory instead of per file, which makes this extension usable on big repositories
  • Raise warnings instead of errors when git is not available and when source files are not in a Git repo
  • Add warning subtypes git.command_not_found and git.subprocess_error
  • Drop support for Python 3.5

Version 0.2.4 (2021-01-21):

  • srcdir can now be different from confdir

Version 0.2.3 (2020-12-19):

  • Add timestamp as a <meta> tag

Version 0.2.2 (2020-07-20):

  • Add option git_last_updated_timezone

Version 0.2.1 (2020-04-21):

  • Set last_updated to None when using a singlehtml builder

Version 0.2.0 (2020-04-25):

  • Change Git errors from warnings to proper errors
  • Change "too shallow" message to proper warning (with the ability to suppress with git.too_shallow)
  • Explicitly use the local time zone

... (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 python-packages group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.31` | `2.0.32` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.2.2.240805` | `2.2.2.240807` |
| [faker](https://github.com/joke2k/faker) | `26.1.0` | `26.3.0` |
| [numpydoc](https://github.com/numpy/numpydoc) | `1.7.0` | `1.8.0` |
| [furo](https://github.com/pradyunsg/furo) | `2024.7.18` | `2024.8.6` |
| [towncrier](https://github.com/twisted/towncrier) | `23.11.0` | `24.7.1` |
| [sphinx-last-updated-by-git](https://github.com/mgeier/sphinx-last-updated-by-git) | `0.3.7` | `0.3.8` |


Updates `sqlalchemy` from 2.0.31 to 2.0.32
- [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 `pandas-stubs` from 2.2.2.240805 to 2.2.2.240807
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.2.240805...v2.2.2.240807)

Updates `faker` from 26.1.0 to 26.3.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v26.1.0...v26.3.0)

Updates `numpydoc` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst)
- [Commits](numpy/numpydoc@v1.7.0...v1.8.0)

Updates `furo` from 2024.7.18 to 2024.8.6
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2024.07.18...2024.08.06)

Updates `towncrier` from 23.11.0 to 24.7.1
- [Release notes](https://github.com/twisted/towncrier/releases)
- [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst)
- [Commits](twisted/towncrier@23.11.0...24.7.1)

Updates `sphinx-last-updated-by-git` from 0.3.7 to 0.3.8
- [Release notes](https://github.com/mgeier/sphinx-last-updated-by-git/releases)
- [Changelog](https://github.com/mgeier/sphinx-last-updated-by-git/blob/master/NEWS.rst)
- [Commits](mgeier/sphinx-last-updated-by-git@0.3.7...0.3.8)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pandas-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: numpydoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: furo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: towncrier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: sphinx-last-updated-by-git
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Aug 12, 2024
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) August 12, 2024 05:24
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.86%. Comparing base (52da0cd) to head (b52f249).
Report is 54 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #76   +/-   ##
========================================
  Coverage    92.86%   92.86%           
========================================
  Files           84       84           
  Lines         2452     2452           
  Branches       309      309           
========================================
  Hits          2277     2277           
  Misses         122      122           
  Partials        53       53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dolfinus dolfinus merged commit 0323a10 into develop Aug 12, 2024
16 of 17 checks passed
@dolfinus dolfinus deleted the dependabot/pip/python-packages-a26e80fc08 branch August 12, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependency Dependency-related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants