-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/loadgenerator
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d70287f
to
6ed9823
Compare
ccb6f84
to
ce01881
Compare
a6df49d
to
1bf48a5
Compare
1bf48a5
to
f1890eb
Compare
afea420
to
652ae71
Compare
5e7adfc
to
3ef2458
Compare
84e34e5
to
6ce25cb
Compare
6ce25cb
to
d13a2c9
Compare
c3fc4c9
to
652991f
Compare
652991f
to
abfdeea
Compare
0bb36ed
to
3495f4c
Compare
be165cd
to
654a0f7
Compare
41959e5
to
488eea1
Compare
2d4e076
to
0357fe5
Compare
0357fe5
to
f703f8c
Compare
f703f8c
to
ac5955b
Compare
e11c99d
to
82184e5
Compare
a563d58
to
c565557
Compare
a33b21a
to
36d0f93
Compare
c2aad5e
to
118b17c
Compare
aeb0996
to
6dffc7c
Compare
0d6ed2b
to
f2ad8e7
Compare
1d9f815
to
409bb38
Compare
00605b4
to
c36cc50
Compare
c36cc50
to
ae9bbf9
Compare
ae9bbf9
to
663ea52
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.3.2
->==3.4.1
==8.1.7
->==8.1.8
==1.2.14
->==1.2.18
==3.0.0
->==3.1.0
==2.0.11
->==2.3.3
==1.61.0
->==1.69.2
==3.0.1
->==3.1.1
==2.1.2
->==2.2.0
==2.18.2
->==2.33.2
==3.4.0
->==3.4.2
==2.1.3
->==2.1.5
==1.0.7
->==1.1.0
==0.1.3
->==0.2.0
==0.1.5
->==0.2.2
==0.7.0
->==0.8.0
==1.23.0
->==1.31.1
==1.23.0
->==1.31.1
==1.23.0
->==1.31.1
==1.23.0
->==1.31.1
==4.25.2
->==4.25.6
==5.9.6
->==5.9.8
3.12-slim-bookworm
->3.13-slim-bookworm
==25.1.1
->==25.1.2
==1.16.0
->==1.17.0
==4.8.0
->==4.13.1
==1.16.0
->==1.17.2
==6.1
->==6.4.post2
Release Notes
jawah/charset_normalizer (charset-normalizer)
v3.4.1
Compare Source
Changed
pyproject.toml
instead ofsetup.cfg
using setuptools as the build backend.Added
Removed
build-requirements.txt
as per usingpyproject.toml
native build configuration.bin/integration.py
andbin/serve.py
in favor of downstream integration test (see noxfile).setup.cfg
in favor ofpyproject.toml
metadata configuration.utils.range_scan
function.Fixed
utf_8
instead of preferredutf-8
. (#572)v3.4.0
Compare Source
Added
--no-preemptive
in the CLI to prevent the detector to search for hints.Fixed
pallets/click (click)
v8.1.8
Compare Source
Unreleased
click.open_file()
. :issue:2717
click.Path
displays onmultiple lines. :issue:
2697
""
from being displayed inthe help for an option. :issue:
2500
:issue:
2705
default_map
.:issue:
2632
click.echo(color=...)
passingcolor
to coloroma so it can beforced 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
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
pallets/flask (flask)
v3.1.0
Compare Source
Released 2024-11-13
5623
Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:
5624,5633
responses. :pr:
5496
Flask.open_resource
/open_instance_resource
andBlueprint.open_resource
take anencoding
parameter to use whenopening in text mode. It defaults to
utf-8
. :issue:5504
Request.max_content_length
can be customized per-request instead of onlythrough the
MAX_CONTENT_LENGTH
config. AddedMAX_FORM_MEMORY_SIZE
andMAX_FORM_PARTS
config. Added documentationabout resource limits to the security page. :issue:
5625
Partitioned
cookie attribute (CHIPS), with theSESSION_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 unlessload_defaults=False
is passed. :issue:5628
SECRET_KEY_FALLBACKS
config, a list of oldsecret keys that can still be used for unsigning. Extensions will need to
add support. :issue:
5621
host_matching=True
orsubdomain_matching=False
interacts with
SERVER_NAME
. SettingSERVER_NAME
no longer restrictsrequests to only that domain. :issue:
5553
Request.trusted_hosts
is checked during routing, and can be set throughthe
TRUSTED_HOSTS
config. :issue:5636
v3.0.3
Compare Source
Released 2024-04-07
hashlib.sha1
may not be available in FIPS builds. Don'taccess it at import time so the developer has time to change the default.
:issue:
5448
cli
attribute in the sansio scaffold, but rather inthe
Flask
concrete class. :pr:5270
v3.0.2
Compare Source
Released 2024-02-03
jinja_loader
property. :issue:5388
--extra-files
and--exclude-patterns
CLI options.:issue:
5391
v3.0.1
Compare Source
Released 2024-01-18
path
argument tosend_file
. :issue:5336
flask run --key
option. :pr:5344
json.loads
object_hook
. This allows other JSON providers that don't implement that.:issue:
5381
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
include
intool.setuptools.packages.find
(#13662) (c6a1588)v1.69.1
Compare Source
Bug Fixes
v1.69.0
Compare Source
Features
v1.68.0
Compare Source
Features
unversioned_package_disabled
is added to message.google.api.PythonSettings
(eb554e8)experimental_features
to messagePythonSettings
(#249) (ba8d36e)Documentation
content
in message.google.api.Page
is changed (eb554e8)RoutingRule
is changed (eb554e8)v1.67.0
Compare Source
Features
unversioned_package_disabled
is added to message.google.api.PythonSettings
(eb554e8)Documentation
content
in message.google.api.Page
is changed (eb554e8)RoutingRule
is changed (eb554e8)v1.66.0
Features
MISSING_ORIGIN
andOVERLOADED_CREDENTIALS
toErrorReason
enum (d0478d8)protobuf_pythonic_types_enabled
toExperimentalFeatures
message (d0478d8)selective_gapic_generation
toCommonLanguageSettings
message (d0478d8)time_series_resource_hierarchy_level
toMetricDescriptorMetadata
message (d0478d8)SelectiveGapicGeneration
(d0478d8)v1.65.0
Features
experimental_features
to messagePythonSettings
(#249) (139490f)v1.64.0
Features
Bug Fixes
Documentation
v1.63.2
Bug Fixes
v1.63.1
Bug Fixes
v1.63.0
Features
api_version
field toServiceOptions
ingoogle/api/client.proto
(6f9c4d2)LOCATION_POLICY_VIOLATED
enum toErrorReason
ingoogle/api/error_reason.proto
(6f9c4d2)rest_reference_documentation_uri
field toServiceOptions
ingoogle/api/client.proto
(6f9c4d2)v1.62.0
Features
auto_populated_fields
field ofMethodSettings
ingoogle/api/client_pb2
(#194) (4b0c73a)Bug Fixes
pallets/itsdangerous (itsdangerous)
v2.2.0
Compare Source
Released 2024-04-16
372
pyproject.toml
instead ofsetup.cfg
.:pr:
326
flit_core
instead ofsetuptools
as build backend.__version__
attribute. Use feature detection, orimportlib.metadata.version("itsdangerous")
, instead. :issue:371
Serializer
and the return type ofdumps
is generic for type checking.By default it is
Serializer[str]
anddumps
returns astr
. If adifferent
serializer
argument is given, it will try to infer the returntype of its
dumps
method. :issue:347
hashlib.sha1
may not be available in FIPS builds. Don'taccess 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:
Closed issues:
Merged pull requests:
v2.33.1
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.33.0
Compare Source
Full Changelog
Fixed bugs:
v2.32.10
Compare Source
Full Changelog
Closed issues:
Merged pull requests:
v2.32.9
Compare Source
Full Changelog
Fixed bugs:
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:
Merged pull requests:
v2.32.5
Compare Source
Full Changelog
Merged pull requests:
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.
This PR was generated by Mend Renovate. View the repository job log.