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 all group with 12 updates #170

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 12 updates:

Package From To
black 24.4.0 24.4.2
blinker 1.7.0 1.8.1
docutils 0.20.1 0.21.2
ipython 8.23.0 8.24.0
platformdirs 4.2.0 4.2.1
plette 1.0.0 2.0.2
pydantic 2.6.4 2.7.1
pydantic-core 2.16.3 2.18.2
referencing 0.34.0 0.35.0
tinycss2 1.2.1 1.3.0
types-docutils 0.20.0.20240406 0.21.0.20240423
virtualenv 20.25.3 20.26.0

Updates black from 24.4.0 to 24.4.2

Release notes

Sourced from black's releases.

24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)

24.4.1

Highlights

  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)

Stable style

  • Fix crash involving indented dummy functions containing newlines (#4318)

Parser

  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)

Integrations

  • Github Action now works even when git archive is skipped (#4313)
Changelog

Sourced from black's changelog.

24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)

24.4.1

Highlights

  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)

Stable style

  • Fix crash involving indented dummy functions containing newlines (#4318)

Parser

  • Add support for type parameter defaults, a new syntactic feature added to Python 3.13 by PEP 696 (#4327)

Integrations

  • Github Action now works even when git archive is skipped (#4313)
Commits

Updates blinker from 1.7.0 to 1.8.1

Release notes

Sourced from blinker's releases.

1.8.1

This is the Blinker 1.8.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.

PyPI: https://pypi.org/project/blinker/1.8.1/ Changes: https://blinker.readthedocs.io/en/latest/#version-1-8-1

  • Restore identity handling for str and int senders. #148
  • Fix deprecated blinker.base.WeakNamespace import. #149
  • Fix deprecated blinker.base.receiver_connected import. #153
  • Use types from collections.abc instead of typing. #150
  • Fully specify exported types as reported by pyright. #152

1.8.0

This is the Blinker 1.8.0 feature release, which may include new features, remove previously deprecated code, or add new deprecations. The 1.8.x line is now the supported fix branch, support has ended for the 1.7.x line. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

PyPI: https://pypi.org/project/blinker/1.8.0/ Changes: https://blinker.readthedocs.io/en/latest/#version-1-8-0

  • Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("blinker"), instead. #128
  • Specify that the deprecated temporarily_connected_to will be removed in the next version.
  • Show a deprecation warning for the deprecated global receiver_connected signal and specify that it will be removed in the next version.
  • Show a deprecation warning for the deprecated WeakNamespace and specify that it will be removed in the next version.
  • Greatly simplify how the library uses weakrefs. This is a significant change internally but should not affect any public API. #144
  • Expose the namespace used by signal() as default_namespace. #145
Changelog

Sourced from blinker's changelog.

Version 1.8.1

Released 2024-04-28

  • Restore identity handling for str and int senders. :pr:148
  • Fix deprecated blinker.base.WeakNamespace import. :pr:149
  • Fix deprecated blinker.base.receiver_connected import. :pr:153
  • Use types from collections.abc instead of typing. :pr:150
  • Fully specify exported types as reported by pyright. :pr:152

Version 1.8.0

Released 2024-04-27

  • Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("blinker"), instead. :issue:128
  • Specify that the deprecated temporarily_connected_to will be removed in the next version.
  • Show a deprecation warning for the deprecated global receiver_connected signal and specify that it will be removed in the next version.
  • Show a deprecation warning for the deprecated WeakNamespace and specify that it will be removed in the next version.
  • Greatly simplify how the library uses weakrefs. This is a significant change internally but should not affect any public API. :pr:144
  • Expose the namespace used by signal() as default_namespace. :pr:145
Commits
  • 26f65bd release version 1.8.1
  • 793f8be Merge pull request #153 from pallets-eco/deprecated-import
  • 4313260 fix deprecated receiver_connected import
  • d15107c Merge pull request #152 from pallets-eco/pyright-export
  • cceb745 pass pyright --verifytypes
  • f1bbce1 Merge pull request #151 from pallets-eco/cleanup-docs
  • 8dc19ff clean up docstrings
  • fd8a169 Merge pull request #150 from pallets-eco/collections-abc
  • facf2c3 use collections.abc instead of typing
  • 8f9e245 Merge pull request #149 from pallets-eco/deprecated-import
  • Additional commits viewable in compare view

Updates docutils from 0.20.1 to 0.21.2

Updates ipython from 8.23.0 to 8.24.0

Commits

Updates platformdirs from 4.2.0 to 4.2.1

Release notes

Sourced from platformdirs's releases.

4.2.1

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.2.0...4.2.1

Commits

Updates plette from 1.0.0 to 2.0.2

Commits
  • 8e22327 Remove 2 more left overs of DataView
  • 94967bc Fix leftover DataView
  • 1a3b5a5 Bump version to 2.0.0
  • 5ef7fe6 Merge pull request #57 from sarugaku/validation-using-pure-python
  • e3fa787 fix: handle tomlkit.items.Float and Integer
  • e03c20b rebase: reapply changes from current branch
  • c886af7 refactor: remove all unused DataView collections
  • a766fe1 refactor: migrate lockfiles and pipfiles to DataModel
  • da1c4b6 refactor: replace DataViewMapping with DataModelMapping
  • 2903248 cleanup: remove unused imports of DataView
  • Additional commits viewable in compare view

Updates pydantic from 2.6.4 to 2.7.1

Release notes

Sourced from pydantic's releases.

v2.7.1 (2024-04-23)

What's Changed

Packaging

New Features

Changes

  • Use field description for RootModel schema description when there is by @​LouisGobert in #9214

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.7.0...v2.7.1/

v2.7.0 (2024-04-11)

The code released in v2.7.0 is practically identical to that of v2.7.0b1.

What's Changed

Packaging

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.7.1 (2024-04-23)

GitHub release

What's Changed

Packaging

New Features

Changes

  • Use field description for RootModel schema description when there is by @​LouisGobert in #9214

Fixes

New Contributors

v2.7.0 (2024-04-11)

GitHub release

The code released in v2.7.0 is practically identical to that of v2.7.0b1.

... (truncated)

Commits
  • 2612947 2.7.1 release prep (#9307)
  • 2b8efa2 Move TODO regarding pickling to markdown (#9288)
  • 73d1049 adds test case for unexpected discriminated union behavior (#9236)
  • c33b925 Change CI to use macos-13 for Python 3.8 and 3.9 (#9305)
  • 82e4664 Fix model json schema with config types (#9287)
  • a0f18e3 Fix bullets in Strict Mode docs (#9296)
  • 77b0e1c Address case where model_construct on a class which defines model_post_init f...
  • 6322b24 Fix strict application to function-after with use_enum_values (#9279)
  • bb857bd docs(performance): remove section on literal vs enum performance (#9262)
  • 3c15a8b docs: make TypeAdapter example PEP-8 compliant (#9268)
  • Additional commits viewable in compare view

Updates pydantic-core from 2.16.3 to 2.18.2

Release notes

Sourced from pydantic-core's releases.

v2.18.2 2024-04-22

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.18.1...v2.18.2

v2.18.1 2024-04-11

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.18.0...v2.18.1

v2.18.0 2024-04-02

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.17.0...v2.18.0

v2.17.0

What's Changed

Packaging

... (truncated)

Commits

Updates referencing from 0.34.0 to 0.35.0

Release notes

Sourced from referencing's releases.

v0.35.0

Full Changelog: python-jsonschema/referencing@v0.34.0...v0.35.0

Changelog

Sourced from referencing's changelog.

v0.35.0

  • Ensure that Registry.contents() also raises NoSuchResource exceptions for nonexistent resources, not KeyError (which is an implementation detail).
Commits
  • 4b51260 Make Registry.contents raise NoSuchResource when needed.
  • 1782bd5 Update pre-commit hooks.
  • cc3dc13 Run coverage with 3.12
  • 3b39075 Merge pull request #144 from python-jsonschema/dependabot/submodules/suite-87...
  • ac76038 Bump suite from 71c85d0 to 87851a6
  • 0b03af7 Try convincing RTD to use uv.
  • 72a1d29 uv and minor workflow tweaks
  • d031bce Use uv for envs, particularly the requirements env.
  • 33a6ccf Merge pull request #143 from python-jsonschema/pre-commit-ci-update-config
  • d5d0376 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates tinycss2 from 1.2.1 to 1.3.0

Release notes

Sourced from tinycss2's releases.

v1.3.0

  • Support CSS nesting
  • Deprecate parse_declaration_list, use parse_blocks_contents instead
Changelog

Sourced from tinycss2's changelog.

Version 1.3.0

Released on 2024-04-23.

  • Support CSS nesting
  • Deprecate parse_declaration_list, use parse_blocks_contents instead
Commits
  • dab0f9a Merge pull request #57 from Kozea/ruff
  • 589d7c0 Mark Python 3.12 as officially supported
  • c07ce3e Use ruff instead of flake8 and isort
  • dc922eb Fix default branch for documentation CI
  • 309ad43 Document and use parse_blocks_contents everywhere
  • 6398302 Merge pull request #55 from Kozea/nested-css
  • 62b23f7 Update parsing tests suite version
  • 3ae5513 Implement new CSS syntax draft
  • f695870 Take care of declaration first token
  • 21dd31a Split deprecated and new functions
  • Additional commits viewable in compare view

Updates types-docutils from 0.20.0.20240406 to 0.21.0.20240423

Commits

Updates virtualenv from 20.25.3 to 20.26.0

Release notes

Sourced from virtualenv's releases.

20.26.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.25.3...20.26.0

Changelog

Sourced from virtualenv's changelog.

v20.26.0 (2024-04-23)

Bugfixes - 20.26.0

- allow builtin discovery to discover specific interpreters (e.g. ``python3.12``) given an unspecific spec (e.g. ``python3``) - by :user:`flying-sheep`. (:issue:`2709`)
Commits
  • 1a1fb2b release 20.26.0
  • 477ce18 Allow builtin interpreter discovery to find specific Python versions given a ...
  • 4a13deb Fixed a case when template variable is WindowsPath (#2707)
  • 001a327 [pre-commit.ci] pre-commit autoupdate (#2705)
  • abb29cf Merge pull request #2704 from pypa/release-20.25.3
  • See full diff 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 all group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.4.0` | `24.4.2` |
| [blinker](https://github.com/pallets-eco/blinker) | `1.7.0` | `1.8.1` |
| [docutils](https://docutils.sourceforge.io) | `0.20.1` | `0.21.2` |
| [ipython](https://github.com/ipython/ipython) | `8.23.0` | `8.24.0` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.0` | `4.2.1` |
| [plette](https://github.com/sarugaku/plette) | `1.0.0` | `2.0.2` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.4` | `2.7.1` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.16.3` | `2.18.2` |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.34.0` | `0.35.0` |
| [tinycss2](https://github.com/Kozea/tinycss2) | `1.2.1` | `1.3.0` |
| [types-docutils](https://github.com/python/typeshed) | `0.20.0.20240406` | `0.21.0.20240423` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.25.3` | `20.26.0` |


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

Updates `blinker` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](pallets-eco/blinker@1.7.0...1.8.1)

Updates `docutils` from 0.20.1 to 0.21.2

Updates `ipython` from 8.23.0 to 8.24.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.23.0...8.24.0)

Updates `platformdirs` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.2.0...4.2.1)

Updates `plette` from 1.0.0 to 2.0.2
- [Release notes](https://github.com/sarugaku/plette/releases)
- [Changelog](https://github.com/sarugaku/plette/blob/master/CHANGELOG.rst)
- [Commits](sarugaku/plette@v1.0.0...v2.0.2)

Updates `pydantic` from 2.6.4 to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.4...v2.7.1)

Updates `pydantic-core` from 2.16.3 to 2.18.2
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.16.3...v2.18.2)

Updates `referencing` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](python-jsonschema/referencing@v0.34.0...v0.35.0)

Updates `tinycss2` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/Kozea/tinycss2/releases)
- [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst)
- [Commits](Kozea/tinycss2@v1.2.1...v1.3.0)

Updates `types-docutils` from 0.20.0.20240406 to 0.21.0.20240423
- [Commits](https://github.com/python/typeshed/commits)

Updates `virtualenv` from 20.25.3 to 20.26.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.25.3...20.26.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: blinker
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: docutils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ipython
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: platformdirs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: plette
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: pydantic
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pydantic-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: referencing
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tinycss2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: types-docutils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: virtualenv
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 29, 2024
@dependabot dependabot bot requested a review from knyghty April 29, 2024 07:55
@knyghty knyghty merged commit 1addf91 into main Apr 29, 2024
6 checks passed
@knyghty knyghty deleted the dependabot/pip/all-e0add69f95 branch April 29, 2024 07:57
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.

1 participant