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

Deps: bump the python-packages group with 5 updates #542

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-packages group with 5 updates:

Package From To
astroid 2.15.6 2.15.7
httpcore 0.17.3 0.18.0
pylint 2.17.5 2.17.6
rich 13.5.2 13.5.3
typing-extensions 4.7.1 4.8.0

Updates astroid from 2.15.6 to 2.15.7

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.15.7?

Release date: 2023-09-23

  • Fix a crash when inferring a typing.TypeVar call.

    Closes pylint-dev/pylint#8802

  • Infer user-defined enum classes by checking if the class is a subtype of enum.Enum.

    Closes pylint-dev/pylint#8897

  • Fix inference of functions with @functools.lru_cache decorators without parentheses.

    Closes pylint-dev/pylint#8868

  • Make sys.argv uninferable because it never is. (It's impossible to infer the value it will have outside of static analysis where it's our own value.)

    Refs pylint-dev/pylint#7710

Commits
  • 29b42e5 Bump astroid to 2.15.7, update changelog
  • 1f62beb Infer user-defined enum classes by checking if the class is a subtype of ``en...
  • 0e0dd9c [Backport maintenance/2.15.x] Make sys.argv uninferable because it never is...
  • 5cfbcbf [Backport maintenance/2.15.x] Fix inference involving @functools.lru_cache ...
  • 28ef038 [Backport maintenance/2.15.x] Fix a crash when inferring a typing.TypeVar c...
  • See full diff in compare view

Updates httpcore from 0.17.3 to 0.18.0

Release notes

Sourced from httpcore's releases.

Version 0.18.0

0.18.0 (8th Sept 2023)

  • Add support for HTTPS proxies. (#745, # 786)
  • Handle sni_hostname extension with SOCKS proxy. (#774)
  • Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#762)
  • Handle HTTP/1.1 half-closed connections gracefully. (#641)
  • Drop Python 3.7 support. (#727)
Changelog

Sourced from httpcore's changelog.

0.18.0 (September 8th, 2023)

  • Add support for HTTPS proxies. (#745, #786)
  • Drop Python 3.7 support. (#727)
  • Handle sni_hostname extension with SOCKS proxy. (#774)
  • Handle HTTP/1.1 half-closed connections gracefully. (#641)
  • Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#762)
Commits

Updates pylint from 2.17.5 to 2.17.6

Commits

Updates rich from 13.5.2 to 13.5.3

Release notes

Sourced from rich's releases.

Markdown fixes

[13.5.3] - 2023-09-17

Fixed

Changelog

Sourced from rich's changelog.

[13.5.3] - 2023-09-17

Fixed

Commits

Updates typing-extensions from 4.7.1 to 4.8.0

Release notes

Sourced from typing-extensions's releases.

4.8.0

Changes since 4.7.1:

  • Add typing_extensions.Doc, as proposed by PEP 727. Patch by Sebastián Ramírez.
  • Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood.
  • Fix bug where get_original_bases() would return incorrect results when called on a concrete subclass of a generic class. Patch by Alex Waygood (backporting python/cpython#107584, by James Hilton-Balfe).
  • Fix bug where ParamSpec(default=...) would raise a TypeError on Python versions <3.11. Patch by James Hilton-Balfe

No changes since 4.8.0rc1.

4.8.0rc1

  • Add typing_extensions.Doc, as proposed by PEP 727. Patch by Sebastián Ramírez.
  • Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood.
  • Fix bug where get_original_bases() would return incorrect results when called on a concrete subclass of a generic class. Patch by Alex Waygood (backporting python/cpython#107584, by James Hilton-Balfe).
  • Fix bug where ParamSpec(default=...) would raise a TypeError on Python versions <3.11. Patch by James Hilton-Balfe
Changelog

Sourced from typing-extensions's changelog.

Release 4.8.0 (September 17, 2023)

No changes since 4.8.0rc1.

Release 4.8.0rc1 (September 7, 2023)

  • Add typing_extensions.Doc, as proposed by PEP 727. Patch by Sebastián Ramírez.
  • Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood.
  • Fix bug where get_original_bases() would return incorrect results when called on a concrete subclass of a generic class. Patch by Alex Waygood (backporting python/cpython#107584, by James Hilton-Balfe).
  • Fix bug where ParamSpec(default=...) would raise a TypeError on Python versions <3.11. Patch by James Hilton-Balfe
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

@dependabot dependabot bot requested a review from a team as a code owner September 26, 2023 11:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 26, 2023
Bumps the python-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [astroid](https://github.com/PyCQA/astroid) | `2.15.6` | `2.15.7` |
| [httpcore](https://github.com/encode/httpcore) | `0.17.3` | `0.18.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `2.17.5` | `2.17.6` |
| [rich](https://github.com/Textualize/rich) | `13.5.2` | `13.5.3` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.7.1` | `4.8.0` |


Updates `astroid` from 2.15.6 to 2.15.7
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v2.15.6...v2.15.7)

Updates `httpcore` from 0.17.3 to 0.18.0
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@0.17.3...0.18.0)

Updates `pylint` from 2.17.5 to 2.17.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.5...v2.17.6)

Updates `rich` from 13.5.2 to 13.5.3
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.5.2...v13.5.3)

Updates `typing-extensions` from 4.7.1 to 4.8.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.7.1...4.8.0)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: httpcore
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: rich
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: typing-extensions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@ArnoStiefvater ArnoStiefvater force-pushed the dependabot/pip/python-packages-87a8384215 branch from deb863d to 6e85fc7 Compare September 26, 2023 11:46
@ArnoStiefvater ArnoStiefvater merged commit eb833ad into main Sep 26, 2023
11 of 12 checks passed
@ArnoStiefvater ArnoStiefvater deleted the dependabot/pip/python-packages-87a8384215 branch September 26, 2023 11:55
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