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): update loadgenerator #1226

Merged
merged 3 commits into from
Nov 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
brotli ==1.0.9 -> ==1.1.0 age adoption passing confidence
charset-normalizer ==3.1.0 -> ==3.3.2 age adoption passing confidence
click (changelog) ==8.1.6 -> ==8.1.7 age adoption passing confidence
configargparse ==1.5.5 -> ==1.7 age adoption passing confidence
gevent ==23.7.0 -> ==23.9.1 age adoption passing confidence
geventhttpclient ==2.0.9 -> ==2.0.11 age adoption passing confidence
googleapis-common-protos ==1.59.1 -> ==1.61.0 age adoption passing confidence
locust ==2.15.1 -> ==2.18.1 age adoption passing confidence
msgpack (changelog) ==1.0.5 -> ==1.0.7 age adoption passing confidence
opentelemetry-api ==1.19.0 -> ==1.20.0 age adoption passing confidence
opentelemetry-exporter-otlp-proto-grpc ==1.19.0 -> ==1.20.0 age adoption passing confidence
opentelemetry-proto ==1.19.0 -> ==1.20.0 age adoption passing confidence
opentelemetry-sdk ==1.19.0 -> ==1.20.0 age adoption passing confidence
protobuf ==4.23.4 -> ==4.25.0 age adoption passing confidence
psutil ==5.9.5 -> ==5.9.6 age adoption passing confidence
pyzmq (source) ==25.1.0 -> ==25.1.1 age adoption passing confidence
typing-extensions (changelog) ==4.7.1 -> ==4.8.0 age adoption passing confidence
urllib3 (changelog) ==2.0.4 -> ==2.0.7 age adoption passing confidence
zope-interface ==6.0 -> ==6.1 age adoption passing confidence

Release Notes

google/brotli (brotli)

v1.1.0

Compare Source

Added
  • decoder: BrotliDecoderAttachDictionary
  • decoder: BrotliDecoderOnFinish callback behind BROTLI_REPORTING
  • decoder: BrotliDecoderSetMetadataCallbacks
  • encoder: BrotliEncoderPrepareDictionary,
    BrotliEncoderDestroyPreparedDictionary,
    BrotliEncoderAttachPreparedDictionary
  • decoder: BrotliEncoderOnFinish callback behind BROTLI_REPORTING
  • common: BrotliSharedDictionaryCreateInstance,
    BrotliSharedDictionaryDestroyInstance,
    BrotliSharedDictionaryAttach
  • CLI: --dictionary option
  • java: encoder wrapper: Parameters.mode
  • java: Brotli{Input|Output}Stream.attachDictionary
  • java: wrapper: partial byte array input
  • typescript: decoder (transpiled from Java)
Removed
  • build: BROTLI_BUILD_PORTABLE option
Fixed
  • java: JNI decoder failed sometimes on power of 2 payloads
Improved
  • java / js: smaller decoder footprint
  • decoder: faster decoding
  • encoder: faster encoding
  • encoder: smaller stack frames
Ousret/charset_normalizer (charset-normalizer)

v3.3.2

Compare Source

Fixed
  • Unintentional memory usage regression when using large payload that match several encoding (#​376)
  • Regression on some detection case showcased in the documentation (#​371)
Added
  • Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife)

v3.3.1

Compare Source

Changed
  • Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8
  • Improved the general detection reliability based on reports from the community

v3.3.0

Compare Source

Added
  • Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer
  • Support for 9 forgotten encoding that are supported by Python but unlisted in encoding.aliases as they have no alias (#​323)
Removed
  • (internal) Redundant utils.is_ascii function and unused function is_private_use_only
  • (internal) charset_normalizer.assets is moved inside charset_normalizer.constant
Changed
  • (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
  • Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.7
Fixed
  • Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#​350)

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

gwik/geventhttpclient (geventhttpclient)

v2.0.11

Compare Source

What's Changed

Full Changelog: geventhttpclient/geventhttpclient@2.0.10...2.0.11

v2.0.10

Compare Source

What's Changed

Full Changelog: geventhttpclient/geventhttpclient@2.0.9...2.0.10

googleapis/python-api-common-protos (googleapis-common-protos)

v1.61.0

Compare Source

Features
  • Add google/api/field_info.proto (2d39f37)
  • Add IDENTIFIER to FieldBehavior enum (2d39f37)

v1.60.0

Compare Source

Features
  • Add google/api/policy.proto (b2cb5c2)
  • Add method_policies to Control (b2cb5c2)
locustio/locust (locust)

v2.18.1

Compare Source

Full Changelog

Fixed bugs:

  • Modern UI shows wrong (old) hostname when setting hostname in start dialog #​2435
  • Unable to load multiple custom shape classes in web UI from --class-picker #​2412

Closed issues:

Merged pull requests:

v2.18.0

Compare Source

Full Changelog

Fixed bugs:

  • Pacing and RPS trouble #​2427
  • Content-Type with version information is not properly parsed #​2415

Closed issues:

  • Modernize the report.html when using the --modern-ui Flag #​2419
  • Proposal for Re-Writing the Web UI #​2396

Merged pull requests:

v2.17.0

Compare Source

Full Changelog

Fixed bugs:

  • Cannot stop locust in case of exceptions in on_stop() #​2401

Closed issues:

  • Dropdown menu in web UI for custom arguments #​2371

Merged pull requests:

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:

msgpack/msgpack-python (msgpack)

v1.0.7

Compare Source

=====

Release Date: 2023-09-28

  • Fix build error of extension module on Windows. (#​567)
  • setup.py doesn't skip build error of extension module. (#​568)

v1.0.6

Compare Source

=====

Release Date: 2023-09-21

  • Add Python 3.12 wheels (#​517)
  • Remove Python 2.7, 3.6, and 3.7 support
giampaolo/psutil (psutil)

v5.9.6

Compare Source

=====

2023-10-15

Enhancements

  • 1703_: cpu_percent()_ and cpu_times_percent()_ are now thread safe,
    meaning they can be called from different threads and still return
    meaningful and independent results. Before, if (say) 10 threads called
    cpu_percent(interval=None) at the same time, only 1 thread out of 10
    would get the right result.
  • 2266_: if Process_ class is passed a very high PID, raise NoSuchProcess_
    instead of OverflowError. (patch by Xuehai Pan)
  • 2246_: drop python 3.4 & 3.5 support. (patch by Matthieu Darbois)
  • 2290_: PID reuse is now pre-emptively checked for Process.ppid()_ and
    Process.parents()_.
  • 2312_: use ruff Python linter instead of flake8 + isort. It's an
    order of magnitude faster + it adds a ton of new code quality checks.

Bug fixes

  • 2195_, [Linux]: no longer print exception at import time in case /proc/stat
    can't be read due to permission error. Redirect it to PSUTIL_DEBUG
    instead.
  • 2241_, [NetBSD]: can't compile On NetBSD 10.99.3/amd64. (patch by Thomas
    Klausner)
  • 2245_, [Windows]: fix var unbound error on possibly in swap_memory()_
    (patch by student_2333)
  • 2268_: bytes2human() utility function was unable to properly represent
    negative values.
  • 2252_, [Windows]: disk_usage()_ fails on Python 3.12+. (patch by
    Matthieu Darbois)
  • 2284_, [Linux]: Process.memory_full_info()_ may incorrectly raise
    ZombieProcess_ if it's determined via /proc/pid/smaps_rollup. Instead
    we now fallback on reading /proc/pid/smaps.
  • 2287_, [OpenBSD], [NetBSD]: Process.is_running()_ erroneously return
    False for zombie processes, because creation time cannot be determined.
  • 2288_, [Linux]: correctly raise ZombieProcess_ on Process.exe(),
    Process.cmdline()
    and Process.memory_maps()_ instead of returning a
    "null" value.
  • 2290_: differently from what stated in the doc, PID reuse is not
    pre-emptively checked for Process.nice()_ (set), Process.ionice(),
    (set), Process.cpu_affinity()
    (set), Process.rlimit()_
    (set), Process.parent()_.
  • 2308_, [OpenBSD]: Process.threads()_ always fail with AccessDenied (also as
    root).
zeromq/pyzmq (pyzmq)

v25.1.1

Compare Source

python/typing_extensions (typing-extensions)

v4.8.0

Compare Source

No changes since 4.8.0rc1.

urllib3/urllib3 (urllib3)

v2.0.7

Compare Source

==================

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.

v2.0.6

Compare Source

==================

  • Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.

v2.0.5

Compare Source

==================

  • Allowed pyOpenSSL third-party module without any deprecation warning. (#&#8203;3126 <https://github.com/urllib3/urllib3/issues/3126>__)
  • Fixed default blocksize of HTTPConnection classes to match high-level classes. Previously was 8KiB, now 16KiB. (#&#8203;3066 <https://github.com/urllib3/urllib3/issues/3066>__)
zopefoundation/zope.interface (zope-interface)

v6.1

Compare Source

================

  • Build Linux binary wheels for Python 3.12.

  • Add support for Python 3.12.

  • Fix building of the docs for non-final versions.


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 November 4, 2023 21:07
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 4, 2023
Copy link
Contributor Author

renovate bot commented Nov 6, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@austinlparker austinlparker merged commit 36f6d39 into main Nov 6, 2023
46 checks passed
@austinlparker austinlparker deleted the renovate/loadgenerator branch November 6, 2023 21:31
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
* chore(deps): update loadgenerator

* fix dependency issue

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant