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

chore(deps): Bump the pip-version-updates group across 1 directory with 9 updates #239

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the pip-version-updates group with 7 updates in the / directory:

Package From To
ruff 0.7.1 0.7.3
debugpy 1.8.7 1.8.8
dparse 0.6.4b0 0.6.4
pydantic 2.5.3 2.9.2
rich 13.9.3 13.9.4
typer 0.12.5 0.13.0
virtualenv 20.27.0 20.27.1

Updates ruff from 0.7.1 to 0.7.3

Release notes

Sourced from ruff's releases.

0.7.3

Release Notes

Preview features

  • Formatter: Disallow single-line implicit concatenated strings (#13928)
  • [flake8-pyi] Include all Python file types for PYI006 and PYI066 (#14059)
  • [flake8-simplify] Implement split-of-static-string (SIM905) (#14008)
  • [refurb] Implement subclass-builtin (FURB189) (#14105)
  • [ruff] Improve diagnostic messages and docs (RUF031, RUF032, RUF034) (#14068)

Rule changes

  • Detect items that hash to same value in duplicate sets (B033, PLC0208) (#14064)
  • [eradicate] Better detection of IntelliJ language injection comments (ERA001) (#14094)
  • [flake8-pyi] Add autofix for docstring-in-stub (PYI021) (#14150)
  • [flake8-pyi] Update duplicate-literal-member (PYI062) to alawys provide an autofix (#14188)
  • [pyflakes] Detect items that hash to same value in duplicate dictionaries (F601) (#14065)
  • [ruff] Fix false positive for decorators (RUF028) (#14061)

Bug fixes

  • Avoid parsing joint rule codes as distinct codes in # noqa (#12809)
  • [eradicate] ignore # language= in commented-out-code rule (ERA001) (#14069)
  • [flake8-bugbear] - do not run mutable-argument-default on stubs (B006) (#14058)
  • [flake8-builtins] Skip lambda expressions in builtin-argument-shadowing (A002) (#14144)
  • [flake8-comprehension] Also remove trailing comma while fixing C409 and C419 (#14097)
  • [flake8-simplify] Allow open without context manager in return statement (SIM115) (#14066)
  • [pylint] Respect hash-equivalent literals in iteration-over-set (PLC0208) (#14063)
  • [pylint] Update known dunder methods for Python 3.13 (PLW3201) (#14146)
  • [pyupgrade] - ignore kwarg unpacking for UP044 (#14053)
  • [refurb] Parse more exotic decimal strings in verbose-decimal-constructor (FURB157) (#14098)

Documentation

  • Add links to missing related options within rule documentations (#13971)
  • Add rule short code to mkdocs tags to allow searching via rule codes (#14040)

Install ruff 0.7.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.7.3/ruff-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.7.3

Preview features

  • Formatter: Disallow single-line implicit concatenated strings (#13928)
  • [flake8-pyi] Include all Python file types for PYI006 and PYI066 (#14059)
  • [flake8-simplify] Implement split-of-static-string (SIM905) (#14008)
  • [refurb] Implement subclass-builtin (FURB189) (#14105)
  • [ruff] Improve diagnostic messages and docs (RUF031, RUF032, RUF034) (#14068)

Rule changes

  • Detect items that hash to same value in duplicate sets (B033, PLC0208) (#14064)
  • [eradicate] Better detection of IntelliJ language injection comments (ERA001) (#14094)
  • [flake8-pyi] Add autofix for docstring-in-stub (PYI021) (#14150)
  • [flake8-pyi] Update duplicate-literal-member (PYI062) to alawys provide an autofix (#14188)
  • [pyflakes] Detect items that hash to same value in duplicate dictionaries (F601) (#14065)
  • [ruff] Fix false positive for decorators (RUF028) (#14061)

Bug fixes

  • Avoid parsing joint rule codes as distinct codes in # noqa (#12809)
  • [eradicate] ignore # language= in commented-out-code rule (ERA001) (#14069)
  • [flake8-bugbear] - do not run mutable-argument-default on stubs (B006) (#14058)
  • [flake8-builtins] Skip lambda expressions in builtin-argument-shadowing (A002) (#14144)
  • [flake8-comprehension] Also remove trailing comma while fixing C409 and C419 (#14097)
  • [flake8-simplify] Allow open without context manager in return statement (SIM115) (#14066)
  • [pylint] Respect hash-equivalent literals in iteration-over-set (PLC0208) (#14063)
  • [pylint] Update known dunder methods for Python 3.13 (PLW3201) (#14146)
  • [pyupgrade] - ignore kwarg unpacking for UP044 (#14053)
  • [refurb] Parse more exotic decimal strings in verbose-decimal-constructor (FURB157) (#14098)

Documentation

  • Add links to missing related options within rule documentations (#13971)
  • Add rule short code to mkdocs tags to allow searching via rule codes (#14040)

0.7.2

Preview features

  • Fix formatting of single with-item with trailing comment (#14005)
  • [pyupgrade] Add PEP 646 Unpack conversion to * with fix (UP044) (#13988)

Rule changes

  • Regenerate known_stdlibs.rs with stdlibs 2024.10.25 (#13963)
  • [flake8-no-pep420] Skip namespace package enforcement for PEP 723 scripts (INP001) (#13974)

Server

... (truncated)

Commits
  • fbf140a Bump version to 0.7.3 (#14197)
  • 670f958 [red-knot] Fix intersection simplification for ~Any/~Unknown (#14195)
  • fed35a2 [red-knot] Fix is_assignable_to for unions (#14196)
  • d1ef418 Docs: tweak rules documentation (#14180)
  • 272d24b [flake8-pyi] Add a fix for duplicate-literal-member (#14188)
  • 2624249 [red-knot] Minor: fix Literal[True] <: int (#14177)
  • 4b08d17 [red-knot] Add a new Type::KnownInstanceType variant (#14155)
  • 5b6169b [red-knot] Minor fix in intersection type comment (#14176)
  • 2040e93 [flake8-logging-format] Fix invalid formatting value in docs of `logging-ex...
  • 794eb88 [flake8-bandit] Typo in docs suspicious-pickle-import (S403) (#14175)
  • Additional commits viewable in compare view

Updates debugpy from 1.8.7 to 1.8.8

Release notes

Sourced from debugpy's releases.

debugpy v1.8.8

Fixes for:

Commits
  • 3573ca0 Remove compiled files (#1723)
  • 7d0ff33 Merge pull request #1725 from microsoft/publish_pydevd_binaries
  • af0d29f Missed some quotes
  • cebb747 Remove redundant double quotes
  • 2036f44 Change job names in build matrix
  • 22fbc53 Move lint and pydevd to their own stages
  • 37eaf86 Copy downloaded binaries to the right place before running tests
  • db63cd5 build pydevd biniaries, publish them, and download them in later jobs
  • abf4bb6 Merge pull request #1722 from microsoft/build_pydevd_binaries
  • 1eb92e6 Fix bad paths
  • Additional commits viewable in compare view

Updates dparse from 0.6.4b0 to 0.6.4

Changelog

Sourced from dparse's changelog.

0.6.4.dev34 (2023-10-23)

0.6.4.dev29 (2023-10-23)

Perf

  • pyproject.toml: Set the start version of the new dparse release

0.6.3.dev26 (2023-10-22)

Perf

  • .github: prepare release workflows

0.6.3 (2023-06-26)

0.6.2 (2022-09-19)

0.6.1 (2022-09-19)

0.6.0 (2022-09-10)

0.5.2 (2022-08-09)

0.5.1 (2020-04-26)

0.5.0 (2020-03-14)

0.4.1 (2018-04-06)

0.4 (2018-04-06)

0.3.0 (2018-03-15)

0.2.1 (2017-07-19)

0.2.0 (2017-07-19)

0.1.1 (2017-07-14)

0.1.0 (2017-07-12)

Commits

Updates pydantic from 2.5.3 to 2.9.2

Release notes

Sourced from pydantic's releases.

v2.9.2 (2024-09-17)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.1...v2.9.2

v2.9.1 (2024-09-09)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0 (2024-09-05)

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.9.2 (2024-09-17)

GitHub release

What's Changed

Fixes

v2.9.1 (2024-09-09)

GitHub release

What's Changed

Fixes

v2.9.0 (2024-09-05)

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed

Packaging

New Features

... (truncated)

Commits
  • 7cedbfb history updates
  • 7eab2b8 v bump
  • c0a288f Fix ZoneInfo with various invalid types (#10408)
  • ea6115d Fix variance issue in _IncEx type alias, only allow True (#10414)
  • fbfe25a Fix serialization schema generation when using PlainValidator (#10427)
  • 26cff3c Adding notes on designing callable discriminators (#10400)
  • 8a0e7ad Do not error when trying to evaluate annotations of private attributes (#10358)
  • ecc5275 bump
  • 2c61bfd Fix evaluation of stringified annotations during namespace inspection (#10347)
  • 3d364cb Use correct types namespace when building namedtuple core schemas (#10337)
  • Additional commits viewable in compare view

Updates pydantic-core from 2.14.6 to 2.23.4

Release notes

Sourced from pydantic-core's releases.

v2.23.4 2024-09-16

What's Changed

Full Changelog: pydantic/pydantic-core@v2.23.3...v2.23.4

v2.23.3 2024-09-07

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic-core@v2.23.2...v2.23.3

v2.23.2 2024-09-05

What's Changed

Full Changelog: pydantic/pydantic-core@v2.23.1...v2.23.2

v2.23.1 2024-08-29

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.23.0...v2.23.1

v2.23.0 2024-08-19

What's Changed

... (truncated)

Commits

Updates rich from 13.9.3 to 13.9.4

Release notes

Sourced from rich's releases.

The Faster is Faster release

[13.9.4] - 2024-11-01

Changed

Changelog

Sourced from rich's changelog.

[13.9.4] - 2024-11-01

Changed

Commits

Updates safety-schemas from 0.0.8 to 0.0.9

Commits

Updates typer from 0.12.5 to 0.13.0

Release notes

Sourced from typer's releases.

0.13.0

Features

Fixes

  • 🐛 Fix equality check for custom classes. PR #979 by @​AryazE.
  • 🐛 Allow colon in zsh autocomplete values and descriptions. PR #988 by @​snapbug.

Refactors

Internal

... (truncated)

Changelog

Sourced from typer's changelog.

0.13.0

Features

Fixes

  • 🐛 Fix equality check for custom classes. PR #979 by @​AryazE.
  • 🐛 Allow colon in zsh autocomplete values and descriptions. PR #988 by @​snapbug.

Refactors

Internal

... (truncated)

Commits
  • 7bf84ab 🔖 Release version 0.13.0
  • e80ba57 📝 Update release notes
  • c5233c0 ✨ Handle KeyboardInterrupt separately from other exceptions (#1039)
  • e31fc57 📝 Update release notes
  • ee072d8 ✨ Update launch to not print anything when opening urls (#1035)
  • af49fda 📝 Update release notes
  • dc1bf3c 🐛 Fix equality check for custom classes (#979)
  • bfb54c0 📝 Update release notes
  • ebb968e 🐛 Allow colon in zsh autocomplete values and descriptions (#988)
  • 438ae44 📝 Update release notes
  • Additional commits viewable in compare view

Updates virtualenv from 20.27.0 to 20.27.1

Release notes

Sourced from virtualenv's releases.

20.27.1

What's Changed

Full Changelog: pypa/virtualenv@20.27.0...20.27.1

Changelog

Sourced from virtualenv's changelog.

v20.27.1 (2024-10-28)

Bugfixes - 20.27.1

- Upgrade embedded wheels:
  • pip to 24.3.1 from 24.2 (:issue:2789)
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 t...

Description has been truncated

…th 9 updates

Bumps the pip-version-updates group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.3` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.7` | `1.8.8` |
| [dparse](https://github.com/pyupio/dparse) | `0.6.4b0` | `0.6.4` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.5.3` | `2.9.2` |
| [rich](https://github.com/Textualize/rich) | `13.9.3` | `13.9.4` |
| [typer](https://github.com/fastapi/typer) | `0.12.5` | `0.13.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.27.0` | `20.27.1` |



Updates `ruff` from 0.7.1 to 0.7.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.1...0.7.3)

Updates `debugpy` from 1.8.7 to 1.8.8
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.7...v1.8.8)

Updates `dparse` from 0.6.4b0 to 0.6.4
- [Changelog](https://github.com/pyupio/dparse/blob/main/CHANGELOG.md)
- [Commits](pyupio/dparse@0.6.4b0...0.6.4)

Updates `pydantic` from 2.5.3 to 2.9.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.3...v2.9.2)

Updates `pydantic-core` from 2.14.6 to 2.23.4
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.14.6...v2.23.4)

Updates `rich` from 13.9.3 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.3...v13.9.4)

Updates `safety-schemas` from 0.0.8 to 0.0.9
- [Commits](https://github.com/pyupio/safety_schemas/commits)

Updates `typer` from 0.12.5 to 0.13.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.5...0.13.0)

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

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-version-updates
- dependency-name: debugpy
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-version-updates
- dependency-name: dparse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-version-updates
- dependency-name: pydantic
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip-version-updates
- dependency-name: pydantic-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip-version-updates
- dependency-name: rich
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-version-updates
- dependency-name: safety-schemas
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-version-updates
- dependency-name: typer
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip-version-updates
- dependency-name: virtualenv
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-version-updates
...

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 Nov 11, 2024
@bruno-fs bruno-fs merged commit 9e31892 into main Nov 11, 2024
12 checks passed
@bruno-fs bruno-fs deleted the dependabot/pip/pip-version-updates-0a7a55fed8 branch November 11, 2024 01: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.

1 participant