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 #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
charset-normalizer (changelog) ==3.3.2 -> ==3.4.1 age adoption passing confidence minor
click (changelog) ==8.1.7 -> ==8.1.8 age adoption passing confidence patch
deprecated ==1.2.14 -> ==1.2.18 age adoption passing confidence patch
flask (changelog) ==3.0.0 -> ==3.1.0 age adoption passing confidence minor
geventhttpclient ==2.0.11 -> ==2.3.3 age adoption passing confidence minor
googleapis-common-protos (source) ==1.61.0 -> ==1.69.2 age adoption passing confidence minor
greenlet ==3.0.1 -> ==3.1.1 age adoption passing confidence minor
itsdangerous (changelog) ==2.1.2 -> ==2.2.0 age adoption passing confidence minor
locust ==2.18.2 -> ==2.33.2 age adoption passing confidence minor
locust_plugins ==3.4.0 -> ==3.4.2 age adoption passing confidence patch
markupsafe (changelog) ==2.1.3 -> ==2.1.5 age adoption passing confidence patch
msgpack (changelog) ==1.0.7 -> ==1.1.0 age adoption passing confidence minor
openfeature-hooks-opentelemetry ==0.1.3 -> ==0.2.0 age adoption passing confidence minor
openfeature-provider-flagd ==0.1.5 -> ==0.2.2 age adoption passing confidence minor
openfeature-sdk ==0.7.0 -> ==0.8.0 age adoption passing confidence minor
opentelemetry-api ==1.23.0 -> ==1.31.1 age adoption passing confidence minor
opentelemetry-exporter-otlp-proto-grpc ==1.23.0 -> ==1.31.1 age adoption passing confidence minor
opentelemetry-proto ==1.23.0 -> ==1.31.1 age adoption passing confidence minor
opentelemetry-sdk ==1.23.0 -> ==1.31.1 age adoption passing confidence minor
protobuf ==4.25.2 -> ==4.25.6 age adoption passing confidence patch
psutil ==5.9.6 -> ==5.9.8 age adoption passing confidence patch
python 3.12-slim-bookworm -> 3.13-slim-bookworm age adoption passing confidence final minor
pyzmq ==25.1.1 -> ==25.1.2 age adoption passing confidence patch
six ==1.16.0 -> ==1.17.0 age adoption passing confidence minor
typing-extensions (changelog) ==4.8.0 -> ==4.13.1 age adoption passing confidence minor
wrapt (changelog) ==1.16.0 -> ==1.17.2 age adoption passing confidence minor
zope-interface ==6.1 -> ==6.4.post2 age adoption passing confidence minor

Release Notes

jawah/charset_normalizer (charset-normalizer)

v3.4.1

Compare Source

Changed
  • Project metadata are now stored using pyproject.toml instead of setup.cfg using setuptools as the build backend.
  • Enforce annotation delayed loading for a simpler and consistent types in the project.
  • Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
Added
  • pre-commit configuration.
  • noxfile.
Removed
  • build-requirements.txt as per using pyproject.toml native build configuration.
  • bin/integration.py and bin/serve.py in favor of downstream integration test (see noxfile).
  • setup.cfg in favor of pyproject.toml metadata configuration.
  • Unused utils.range_scan function.
Fixed
  • Converting content to Unicode bytes may insert utf_8 instead of preferred utf-8. (#​572)
  • Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+

v3.4.0

Compare Source

Added
  • Argument --no-preemptive in the CLI to prevent the detector to search for hints.
  • Support for Python 3.13 (#​512)
Fixed
  • Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
  • Improved the general reliability of the detector based on user feedbacks. (#​520) (#​509) (#​498) (#​407) (#​537)
  • Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#​381)
pallets/click (click)

v8.1.8

Compare Source

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on
    multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in
    the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows.
    :issue:2705
  • Show correct value for flag default when using default_map.
    :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be
    forced on Windows. :issue:2606.
laurent-laporte-pro/deprecated (deprecated)

v1.2.18

Compare Source

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

This version does not bring any change in the source code, but fixes the build anomaly on Fedora (Packit).

The package must be published on PyPi using twine <https://pypi.org/project/twine/>_ to correctly deal with the license file.

v1.2.17

Compare Source

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

Bug fix release

v1.2.16

Compare Source

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

Bug fix release

Fix

  • Fix #​78: Fix configuration for Packit 1.0.0

  • Fix #​79: Fix the configuration for the intersphinx mapping in the Sphinx documentation.
    See How to link to other documentation projects with Intersphinx <https://docs.readthedocs.io/en/stable/guides/intersphinx.html>_.

Other

  • Drop support for Python older than 3.7 in GitHub Actions.

v1.2.15

Compare Source

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

Bug fix release

Fix

  • Resolve Python 2.7 support issue introduced in v1.2.14 in sphinx.py.

  • Fix #​69: Add extra_stacklevel argument for interoperating with other wrapper functions (refer to #​68 for a concrete use case).

  • Fix #​73: Update class method deprecation warnings for Python 3.13.

  • Fix #​75: Update GitHub workflows and fix development dependencies for Python 3.12.

Other

  • Fix #​66: discontinue TravisCI and AppVeyor due to end of free support.
pallets/flask (flask)

v3.1.0

Compare Source

Released 2024-11-13

  • Drop support for Python 3.8. :pr:5623
  • Update minimum dependency versions to latest feature releases.
    Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:5624,5633
  • Provide a configuration option to control automatic option
    responses. :pr:5496
  • Flask.open_resource/open_instance_resource and
    Blueprint.open_resource take an encoding parameter to use when
    opening in text mode. It defaults to utf-8. :issue:5504
  • Request.max_content_length can be customized per-request instead of only
    through the MAX_CONTENT_LENGTH config. Added
    MAX_FORM_MEMORY_SIZE and MAX_FORM_PARTS config. Added documentation
    about resource limits to the security page. :issue:5625
  • Add support for the Partitioned cookie attribute (CHIPS), with the
    SESSION_COOKIE_PARTITIONED config. :issue:5472
  • -e path takes precedence over default .env and .flaskenv files.
    load_dotenv loads default files in addition to a path unless
    load_defaults=False is passed. :issue:5628
  • Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old
    secret keys that can still be used for unsigning. Extensions will need to
    add support. :issue:5621
  • Fix how setting host_matching=True or subdomain_matching=False
    interacts with SERVER_NAME. Setting SERVER_NAME no longer restricts
    requests to only that domain. :issue:5553
  • Request.trusted_hosts is checked during routing, and can be set through
    the TRUSTED_HOSTS config. :issue:5636

v3.0.3

Compare Source

Released 2024-04-07

  • The default hashlib.sha1 may not be available in FIPS builds. Don't
    access it at import time so the developer has time to change the default.
    :issue:5448
  • Don't initialize the cli attribute in the sansio scaffold, but rather in
    the Flask concrete class. :pr:5270

v3.0.2

Compare Source

Released 2024-02-03

  • Correct type for jinja_loader property. :issue:5388
  • Fix error with --extra-files and --exclude-patterns CLI options.
    :issue:5391

v3.0.1

Compare Source

Released 2024-01-18

  • Correct type for path argument to send_file. :issue:5336
  • Fix a typo in an error message for the flask run --key option. :pr:5344
  • Session data is untagged without relying on the built-in json.loads
    object_hook. This allows other JSON providers that don't implement that.
    :issue:5381
  • Address more type findings when using mypy strict mode. :pr:5383
geventhttpclient/geventhttpclient (geventhttpclient)

v2.3.3

What's Changed

Full Changelog: geventhttpclient/geventhttpclient@2.3.1...2.3.3

v2.3.1

Compare Source

What's Changed

Full Changelog: geventhttpclient/geventhttpclient@2.3.0...2.3.1

v2.3.0

Compare Source

What's Changed

Full Changelog: geventhttpclient/geventhttpclient@2.2.1...2.3.0

v2.2.1

Compare Source

What's Changed

Full Changelog: geventhttpclient/geventhttpclient@2.2.0...2.2.1

v2.2.0

Compare Source

What's Changed

(hopefully also fixes the missing windows binary builds in 2.1.1 as a side effect of rebuilding)

Full Changelog: geventhttpclient/geventhttpclient@2.1.1...2.2.0

v2.1.1

Compare Source

What's Changed

(this replaces 2.1.0, where the publishing went wrong)

Full Changelog: geventhttpclient/geventhttpclient@2.1.0...2.1.1

v2.1.0

Compare Source

What's Changed

Full Changelog: geventhttpclient/geventhttpclient@2.0.12...2.1.0

v2.0.12

Compare Source

What's Changed

New Contributors

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

googleapis/google-cloud-python (googleapis-common-protos)

v1.69.2

Compare Source

Bug Fixes
  • Allow protobuf 6.x (b4d4551)
  • remove setup.cfg configuration for creating universal wheels (#​13659) (59bfd42)
  • resolve issue where pre-release versions of dependencies are installed (b4d4551)
  • set include in tool.setuptools.packages.find (#​13662) (c6a1588)

v1.69.1

Compare Source

Bug Fixes

v1.69.0

Compare Source

Features

v1.68.0

Compare Source

Features
  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • Add field experimental_features to message PythonSettings (#​249) (ba8d36e)
  • add FieldInfo.referenced_types for generics (#​247) (c91900a)
  • add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d)
Documentation
  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)

v1.67.0

Compare Source

Features
  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d)
Documentation
  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)

v1.66.0

Features
  • Add MISSING_ORIGIN and OVERLOADED_CREDENTIALS to ErrorReason enum (d0478d8)
  • Add field protobuf_pythonic_types_enabled to ExperimentalFeatures message (d0478d8)
  • Add field selective_gapic_generation to CommonLanguageSettings message (d0478d8)
  • Add field time_series_resource_hierarchy_level to MetricDescriptorMetadata message (d0478d8)
  • Add message SelectiveGapicGeneration (d0478d8)

v1.65.0

Features
  • Add field experimental_features to message PythonSettings (#​249) (139490f)

v1.64.0

Features
  • Add FieldInfo.referenced_types for generics (2ba3577)
Bug Fixes
  • Un-deprecate Endpoint.aliases field (2ba3577)
Documentation
  • Fix formatting in http.proto comments (2ba3577)
  • Improve MethodSettings selector examples (2ba3577)
  • Reformat comments in context proto (2ba3577)
  • Update ResourceDescriptor.plural docs with AIP-122 nested collections guidance (2ba3577)

v1.63.2

Bug Fixes
  • deps: Require protobuf>=3.20.2 (c77c0dc)
  • Regenerate pb2 files for compatibility with protobuf 5.x (c77c0dc)

v1.63.1

Bug Fixes

v1.63.0

Features
  • Add api_version field to ServiceOptions in google/api/client.proto (6f9c4d2)
  • Add LOCATION_POLICY_VIOLATED enum to ErrorReason in google/api/error_reason.proto (6f9c4d2)
  • Add rest_reference_documentation_uri field to ServiceOptions in google/api/client.proto (6f9c4d2)

v1.62.0

Features
  • Add auto_populated_fields field of MethodSettings in google/api/client_pb2 (#​194) (4b0c73a)
  • Add support for Python 3.12 (#​192) (336cdf3)
Bug Fixes
pallets/itsdangerous (itsdangerous)

v2.2.0

Compare Source

Released 2024-04-16

  • Drop support for Python 3.7. :pr:372
  • Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    :pr:326
  • Use flit_core instead of setuptools as build backend.
  • Deprecate the __version__ attribute. Use feature detection, or
    importlib.metadata.version("itsdangerous"), instead. :issue:371
  • Serializer and the return type of dumps is generic for type checking.
    By default it is Serializer[str] and dumps returns a str. If a
    different serializer argument is given, it will try to infer the return
    type of its dumps method. :issue:347
  • The default hashlib.sha1 may not be available in FIPS builds. Don't
    access it at import time so the developer has time to change the default.
    :issue:375
locustio/locust (locust)

v2.33.2

Compare Source

Full Changelog

Fixed bugs:

  • There was a heartbeat disconnect during the pressure test #​3065

Closed issues:

  • Error Logging in FastHttpUser #​2937

Merged pull requests:

v2.33.1

Compare Source

Full Changelog

Fixed bugs:

  • --iterations with locust==2.33.0 and locust-plugins==4.5.3 #​3071
  • uv.lock ends up in root of site-packages #​3053

Merged pull requests:

v2.33.0

Compare Source

Full Changelog

Fixed bugs:

  • uv.lock ends up in root of site-packages #​3053

v2.32.10

Compare Source

Full Changelog

Closed issues:

Merged pull requests:

v2.32.9

Compare Source

Full Changelog

Fixed bugs:

  • Cannot Update Custom options in the Web UI when Default Value is None #​3011

Merged pull requests:

v2.32.8

Compare Source

Full Changelog

v2.32.7

Compare Source

Full Changelog

Merged pull requests:

v2.32.6

Compare Source

Full Changelog

Closed issues:

  • Suggestion to Add "iter_lines" Support for "FastHttpUser" in Locust #​3018

Merged pull requests:

  • Update Dockerfile to use Python 3.12 as base #​3029 (vejmoj1)
  • Update tests to check for hostname instead of fqdn #​3027 (ajt89)
  • Move some argument parsing/validation from main.py to argument_parser.py and remove deprecated parameter --hatch-rate #​3026 (ftb-skry)
  • pin poetry-core version to <2.0.0 in pyproject.toml #​3025 (mgor)
  • Optimize run time of some unit tests #​3020 (cyberw)

v2.32.5

Compare Source

Full Changelog

Merged pull requests:

  • Make cpu usage check sleep BEFORE the first check, and make it slightly less frequent [#​3014](https:/

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 9, 2024
@renovate renovate bot force-pushed the renovate/loadgenerator branch from d70287f to 6ed9823 Compare June 25, 2024 11:59
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from ccb6f84 to ce01881 Compare July 25, 2024 20:52
@renovate renovate bot force-pushed the renovate/loadgenerator branch 3 times, most recently from a6df49d to 1bf48a5 Compare August 7, 2024 09:24
@renovate renovate bot force-pushed the renovate/loadgenerator branch from 1bf48a5 to f1890eb Compare August 15, 2024 20:54
@renovate renovate bot force-pushed the renovate/loadgenerator branch 3 times, most recently from afea420 to 652ae71 Compare September 1, 2024 08:00
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from 5e7adfc to 3ef2458 Compare September 17, 2024 05:22
@renovate renovate bot force-pushed the renovate/loadgenerator branch 3 times, most recently from 84e34e5 to 6ce25cb Compare September 25, 2024 20:51
@renovate renovate bot force-pushed the renovate/loadgenerator branch from 6ce25cb to d13a2c9 Compare September 29, 2024 03:01
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from c3fc4c9 to 652991f Compare October 10, 2024 05:43
@renovate renovate bot force-pushed the renovate/loadgenerator branch from 652991f to abfdeea Compare October 16, 2024 03:06
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from 0bb36ed to 3495f4c Compare October 30, 2024 05:36
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from be165cd to 654a0f7 Compare November 9, 2024 05:21
@renovate renovate bot force-pushed the renovate/loadgenerator branch 4 times, most recently from 41959e5 to 488eea1 Compare November 19, 2024 18:01
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from 2d4e076 to 0357fe5 Compare November 26, 2024 17:59
@renovate renovate bot force-pushed the renovate/loadgenerator branch from 0357fe5 to f703f8c Compare December 2, 2024 02:53
@renovate renovate bot force-pushed the renovate/loadgenerator branch from f703f8c to ac5955b Compare December 15, 2024 04:22
@renovate renovate bot force-pushed the renovate/loadgenerator branch 3 times, most recently from e11c99d to 82184e5 Compare December 25, 2024 21:01
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from a563d58 to c565557 Compare January 16, 2025 03:24
@renovate renovate bot force-pushed the renovate/loadgenerator branch 3 times, most recently from a33b21a to 36d0f93 Compare January 31, 2025 19:48
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from c2aad5e to 118b17c Compare February 11, 2025 08:33
@renovate renovate bot force-pushed the renovate/loadgenerator branch 2 times, most recently from aeb0996 to 6dffc7c Compare February 20, 2025 04:03
@renovate renovate bot force-pushed the renovate/loadgenerator branch 3 times, most recently from 0d6ed2b to f2ad8e7 Compare February 26, 2025 00:00
@renovate renovate bot force-pushed the renovate/loadgenerator branch 4 times, most recently from 1d9f815 to 409bb38 Compare March 11, 2025 08:22
@renovate renovate bot force-pushed the renovate/loadgenerator branch 4 times, most recently from 00605b4 to c36cc50 Compare March 21, 2025 04:00
@renovate renovate bot force-pushed the renovate/loadgenerator branch from c36cc50 to ae9bbf9 Compare March 26, 2025 08:02
@renovate renovate bot force-pushed the renovate/loadgenerator branch from ae9bbf9 to 663ea52 Compare April 3, 2025 20:07
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.

0 participants