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 optional group with 9 updates #683

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps the optional group with 9 updates:

Package From To
pydoclint 0.3.1 0.3.2
polars 0.19.1 0.19.3
black 23.7.0 23.9.1
mkdocs-literate-nav 0.6.0 0.6.1
mkdocs-material 9.2.7 9.3.1
mkdocs-section-index 0.3.5 0.3.7
types-pytz 2023.3.0.1 2023.3.1.0
types-setuptools 68.1.0.1 68.2.0.0
pytest 7.4.1 7.4.2

Updates pydoclint from 0.3.1 to 0.3.2

Release notes

Sourced from pydoclint's releases.

0.3.2

What's Changed

Full Changelog: jsh9/pydoclint@0.3.1...0.3.2

Changelog

Sourced from pydoclint's changelog.

[0.3.2] - 2023-09-04

Commits

Updates polars from 0.19.1 to 0.19.3

Commits

Updates black from 23.7.0 to 23.9.1

Release notes

Sourced from black's releases.

23.9.1

Due to various issues, the previous release (23.9.0) did not include compiled mypyc wheels, which make Black significantly faster. These issues have now been fixed, and this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12 wheels in a future release as soon as the mypyc bug is fixed.

Packaging

  • Upgrade to mypy 1.5.1 (#3864)

Performance

  • Store raw tuples instead of NamedTuples in Black's cache, improving performance and decreasing the size of the cache (#3877)

23.9.0

Preview style

  • More concise formatting for dummy implementations (#3796)
  • In stub files, add a blank line between a statement with a body (e.g an if sys.version_info > (3, x):) and a function definition on the same level (#3862)
  • Fix a bug whereby spaces were removed from walrus operators within subscript(#3823)

Configuration

  • Black now applies exclusion and ignore logic before resolving symlinks (#3846)

Performance

  • Avoid importing IPython if notebook cells do not contain magics (#3782)
  • Improve caching by comparing file hashes as fallback for mtime and size (#3821)

Blackd

  • Fix an issue in blackd with single character input (#3558)

Integrations

  • Black now has an official pre-commit mirror. Swapping https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror in your .pre-commit-config.yaml will make Black about 2x faster (#3828)
  • The .black.env folder specified by ENV_PATH will now be removed on the completion of the GitHub Action (#3759)
Changelog

Sourced from black's changelog.

23.9.1

Due to various issues, the previous release (23.9.0) did not include compiled mypyc wheels, which make Black significantly faster. These issues have now been fixed, and this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12 wheels in a future release as soon as the mypyc bug is fixed.

Packaging

  • Upgrade to mypy 1.5.1 (#3864)

Performance

  • Store raw tuples instead of NamedTuples in Black's cache, improving performance and decreasing the size of the cache (#3877)

23.9.0

Preview style

  • More concise formatting for dummy implementations (#3796)
  • In stub files, add a blank line between a statement with a body (e.g an if sys.version_info > (3, x):) and a function definition on the same level (#3862)
  • Fix a bug whereby spaces were removed from walrus operators within subscript(#3823)

Configuration

  • Black now applies exclusion and ignore logic before resolving symlinks (#3846)

Performance

  • Avoid importing IPython if notebook cells do not contain magics (#3782)
  • Improve caching by comparing file hashes as fallback for mtime and size (#3821)

Blackd

  • Fix an issue in blackd with single character input (#3558)

Integrations

  • Black now has an official pre-commit mirror. Swapping https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror in your .pre-commit-config.yaml will make Black about 2x faster (#3828)
  • The .black.env folder specified by ENV_PATH will now be removed on the completion of the GitHub Action (#3759)
Commits

Updates mkdocs-literate-nav from 0.6.0 to 0.6.1

Release notes

Sourced from mkdocs-literate-nav's releases.

v0.6.1

Commits

Updates mkdocs-material from 9.2.7 to 9.3.1

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.3.1

  • Fixed crash of group plugin when used together with hooks

mkdocs-material-9.3.0

  • Improved configuration sharing between community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

mkdocs-material-9.2.8

  • Updated Italian and Russian translations
  • Fixed #5952: Combining blog and tags plugin leads to wrong links
  • Fixed #5951: Blog plugin ignores post title in metadata
  • Fixed #5949: Blog plugin ignores post linked in nav
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.3.1+insiders-4.41.0 (2023-09-11)

  • Improved multi-instance support for optimize plugin
  • Added inclusion and exclusion patterns for optimize plugin
  • Added transparent keyword for color handling in social plugin
  • Changed default quality of PNGs to 3 in optimize plugin
  • Fixed #5979: meta file not detected in root of docs directory

mkdocs-material-9.3.1 (2023-09-11)

  • Fixed crash of group plugin when used together with hooks

mkdocs-material-9.3.0 (2023-09-11)

  • Improved configuration sharing between community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

mkdocs-material-9.2.8+insiders-4.40.4 (2023-09-04)

  • Fixed privacy plugin choking on boolean HTML5 attributes
  • Fixed wrapping of inline code blocks in typeset table of contents
  • Fixed blog plugin error when running under dirty reload

mkdocs-material-9.2.8 (2023-09-04)

  • Updated Italian and Russian translations
  • Fixed #5952: Combining blog and tags plugin leads to wrong links
  • Fixed #5951: Blog plugin ignores post title in metadata
  • Fixed #5949: Blog plugin ignores post linked in nav

mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)

  • Fixed #5946: Docker image missing pngquant for optimize plugin

mkdocs-material-9.2.7 (2023-09-02)

  • Switched dependencies to compatible release clauses
  • Removed readtime and lxml dependencies for blog plugin
  • Reduced size of Docker image to improve CI build performance
  • Fixed #5945: Incorrect footer navigation for sibling pages of blog
  • Fixed #5939: Page jumps when changing color palette (Firefox 117)
  • Fixed #5901: Announcement bar reappears when using instant loading
  • Fixed #5824: Allow to customize styles of sequence diagrams

mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)

  • Added configurable error handling capabilities for social plugin
  • Fixed #5922: Blog plugin shows no posts when building a standalone blog

... (truncated)

Commits
  • b545d80 Updated Insiders changelog
  • bfe19b1 Prepare 9.3.1 release
  • eb1c323 Fixed group plugin crashing when using hooks
  • c9a7339 Updated dependencies
  • 085783c Updated changelogs
  • 3a35274 Prepare 9.3.0 release
  • 2e85464 Improved error message in group plugin
  • 4154a94 Added experimental group plugin
  • b36af18 Adjusted meta file documentation
  • 391e30c Updated premium sponsors
  • Additional commits viewable in compare view

Updates mkdocs-section-index from 0.3.5 to 0.3.7

Release notes

Sourced from mkdocs-section-index's releases.

v0.3.7

v0.3.6

  • Adapt to mkdocs-material version 9.2 - 46dd8e72d5abcf2bb10b306556ddd31c5ec04172, #18
Commits
  • 32e433f v0.3.7
  • 9bbe1bc Fix setting the parent of a SectionPage
  • 0ee7339 Declare that 'nature' theme is supported
  • b810a87 Switch to "ruff" linter, enable many of its rules
  • 8c064b0 v0.3.6
  • 8a660ab Fix minimal deps
  • 2d22ee2 Remove type annotations while MkDocs is transitioning types
  • 46dd8e7 Adapt to mkdocs-material version 9.2
  • 9a323fc Fix repr for upcoming MkDocs change
  • f5414c0 Create FUNDING.yml
  • Additional commits viewable in compare view

Updates types-pytz from 2023.3.0.1 to 2023.3.1.0

Commits

Updates types-setuptools from 68.1.0.1 to 68.2.0.0

Commits

Updates pytest from 7.4.1 to 7.4.2

Release notes

Sourced from pytest's releases.

pytest 7.4.2 (2023-09-07)

Bug Fixes

  • #11237: Fix doctest collection of functools.cached_property objects.

  • #11306: Fixed bug using --importmode=importlib which would cause package __init__.py files to be imported more than once in some cases.

  • #11367: Fixed bug where user_properties where not being saved in the JUnit XML file if a fixture failed during teardown.

  • #11394: Fixed crash when parsing long command line arguments that might be interpreted as files.

Improved Documentation

  • #11391: Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
Commits
  • 45f34df Prepare release version 7.4.2
  • e4f022f Merge pull request #11406 from nicoddemus/backport-11404-to-7.4.x
  • 63b0c6f Use _pytest.pathlib.safe_exists in get_dirs_from_args
  • 884b911 Fix crash when passing a very long cmdline argument (#11404)
  • 6e49a74 [7.4.x] Fix doctest collection of functools.cached_property objects. (#11403)
  • 79c2012 [7.4.x] doc: Remove done training (#11400)
  • de69883 [7.4.x] improve plugin list disclaimer (#11398)
  • 1de00e9 [7.4.x] Fix import_path for packages (#11395)
  • 7f5d9b9 Fix user_properties not saved to XML if fixture errors during teardown (#11382)
  • 82eb86f Merge pull request #11377 from pytest-dev/release-7.4.1
  • 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

Bumps the optional group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.3.1` | `0.3.2` |
| [polars](https://github.com/pola-rs/polars) | `0.19.1` | `0.19.3` |
| [black](https://github.com/psf/black) | `23.7.0` | `23.9.1` |
| [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.0` | `0.6.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.2.7` | `9.3.1` |
| [mkdocs-section-index](https://github.com/oprypin/mkdocs-section-index) | `0.3.5` | `0.3.7` |
| [types-pytz](https://github.com/python/typeshed) | `2023.3.0.1` | `2023.3.1.0` |
| [types-setuptools](https://github.com/python/typeshed) | `68.1.0.1` | `68.2.0.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.1` | `7.4.2` |


Updates `pydoclint` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.3.1...0.3.2)

Updates `polars` from 0.19.1 to 0.19.3
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-0.19.1...py-0.19.3)

Updates `black` from 23.7.0 to 23.9.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.7.0...23.9.1)

Updates `mkdocs-literate-nav` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases)
- [Commits](oprypin/mkdocs-literate-nav@v0.6.0...v0.6.1)

Updates `mkdocs-material` from 9.2.7 to 9.3.1
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.2.7...9.3.1)

Updates `mkdocs-section-index` from 0.3.5 to 0.3.7
- [Release notes](https://github.com/oprypin/mkdocs-section-index/releases)
- [Commits](oprypin/mkdocs-section-index@v0.3.5...v0.3.7)

Updates `types-pytz` from 2023.3.0.1 to 2023.3.1.0
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-setuptools` from 68.1.0.1 to 68.2.0.0
- [Commits](https://github.com/python/typeshed/commits)

Updates `pytest` from 7.4.1 to 7.4.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.1...7.4.2)

---
updated-dependencies:
- dependency-name: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: polars
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: mkdocs-literate-nav
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: mkdocs-section-index
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: types-pytz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: optional
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 18, 2023 07:12
@dependabot dependabot bot requested a review from llucax September 18, 2023 07:12
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Sep 18, 2023
@llucax llucax enabled auto-merge September 18, 2023 12:20
@llucax llucax added this pull request to the merge queue Sep 18, 2023
Merged via the queue into v0.x.x with commit 435fae7 Sep 18, 2023
@llucax llucax deleted the dependabot/pip/optional-a42858454c branch September 18, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant