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

Renovate update minor and patch updates (Python) #1586

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
charset-normalizer ==3.1.0 -> ==3.2.0 age adoption passing confidence
click (changelog) ==8.1.3 -> ==8.1.6 age adoption passing confidence
configargparse ==1.5.3 -> ==1.7 age adoption passing confidence
faker (changelog) ==18.3.1 -> ==18.13.0 age adoption passing confidence
locust ==2.15.1 -> ==2.16.1 age adoption passing confidence
markupsafe (changelog) ==2.1.2 -> ==2.1.3 age adoption passing confidence
typing-extensions (changelog) ==4.6.2 -> ==4.7.1 age adoption passing confidence
werkzeug (changelog) ==2.3.4 -> ==2.3.6 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

Ousret/charset_normalizer (charset-normalizer)

v3.2.0

Compare Source

Changed
  • Typehint for function from_path no longer enforce PathLike as its first argument
  • Minor improvement over the global detection reliability
Added
  • Introduce function is_binary that relies on main capabilities, and optimized to detect binaries
  • Propagate enable_fallback argument throughout from_bytes, from_path, and from_fp that allow a deeper control over the detection (default True)
  • Explicit support for Python 3.12
Fixed
  • Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #​289)
bw2/ConfigArgParse (configargparse)

v1.7

Compare Source

v1.5.5

Compare Source

joke2k/faker (faker)

v18.13.0

Compare Source

  • Add .optional proxy that may or may not return a fake value. Thanks @​ligne.

v18.12.0

Compare Source

v18.11.2

Compare Source

v18.11.1

Compare Source

  • Update Ukraine Country Code in phone_number. Thanks @​lexxai.

v18.11.0

Compare Source

  • Add digit-above-two type to numerify function. Thanks @​dlwrnc.

v18.10.1

Compare Source

  • Fix handling leap year in en_US Passport provider. Thanks @​mgorny.

v18.10.0

Compare Source

  • Add passport Provider and en_US Implementation. Thanks @​llw2128.

v18.9.1

Compare Source

  • Fix fr_FR postcode length. Thanks @​vmttn.

v18.9.0

Compare Source

v18.8.0

Compare Source

v18.7.0

Compare Source

v18.6.2

Compare Source

  • Improve accuracy of departments in fr_FR provider postcode. Thanks @​tonial.

v18.6.1

Compare Source

v18.6.0

Compare Source

  • Add a separate basic_phone_number for en_US. Thanks @​dlwrnc.

v18.5.1

Compare Source

  • Fix release.

v18.5.0

Compare Source

v18.4.0

Compare Source

  • Add currency symbols for all listed currencies. Thanks @​evoludigit.

v18.3.4

Compare Source

v18.3.3

Compare Source

v18.3.2

Compare Source

locustio/locust (locust)

v2.16.1

Compare Source

Full Changelog

Merged pull requests:

  • Delay importing locust-plugins to prevent circular import #​2380 (cyberw)
  • Import locust_plugins if available to give access to its custom arguments #​2379 (cyberw)
  • Deprecate LOCUST_PLAYWRIGHT env var #​2378 (cyberw)

v2.16.0

Compare Source

Full Changelog

Fixed bugs:

  • Bug in StagesShapeWithCustomUsers #​2358
  • Fail to spawn fixed users when run with DoubleWave load shape #​2345
  • KeyboardInterrupt does not gracefully exit custom load shape #​1910

Merged pull requests:

python/typing_extensions (typing-extensions)

v4.7.1

Compare Source

  • Fix support for TypedDict, NamedTuple and is_protocol on PyPy-3.7 and
    PyPy-3.8. Patch by Alex Waygood. Note that PyPy-3.7 and PyPy-3.8 are unsupported
    by the PyPy project. The next feature release of typing-extensions will
    drop support for PyPy-3.7 and may also drop support for PyPy-3.8.

v4.7.0

Compare Source

  • This is expected to be the last feature release supporting Python 3.7,
    which reaches its end of life on June 27, 2023. Version 4.8.0 will support
    only Python 3.8.0 and up.
  • Fix bug where a typing_extensions.Protocol class that had one or more
    non-callable members would raise TypeError when issubclass()
    was called against it, even if it defined a custom __subclasshook__
    method. The correct behaviour -- which has now been restored -- is not to
    raise TypeError in these situations if a custom __subclasshook__ method
    is defined. Patch by Alex Waygood (backporthttps://github.com/python/cpython/pull/105976l/105976).

v4.6.3

Compare Source

  • Fix a regression introduced in v4.6.0 in the implementation of
    runtime-checkable protocols. The regression meant
    that doing class Foo(X, typing_extensions.Protocol), where X was a class that
    had abc.ABCMeta as its metaclass, would then cause subsequent
    isinstance(1, X) calls to erroneously raise TypeError. Patch by
    Alex Waygood (backporting the CPythonhttps://github.com/python/cpython/pull/105152l/105152).
  • Sync the repository's LICENSE file with that of CPython.
    typing_extensions is distributed under the same license as
    CPython itself.
  • Skip a problematic test on Python 3.12.0b1. The test fails on 3.12.0b1 due to
    a bug in CPython, which will be fixed in 3.12.0b2. The
    typing_extensions test suite now passes on 3.12.0b1.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 10, 2023 12:11
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Aug 10, 2023
@ntse ntse merged commit 9a2e90e into main Aug 10, 2023
41 checks passed
@ntse ntse deleted the renovate-all-minor-patch-updates-python branch August 10, 2023 12:47
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 Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant