chore(deps): update loadgenerator #1226
Merged
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:
==1.0.9
->==1.1.0
==3.1.0
->==3.3.2
==8.1.6
->==8.1.7
==1.5.5
->==1.7
==23.7.0
->==23.9.1
==2.0.9
->==2.0.11
==1.59.1
->==1.61.0
==2.15.1
->==2.18.1
==1.0.5
->==1.0.7
==1.19.0
->==1.20.0
==1.19.0
->==1.20.0
==1.19.0
->==1.20.0
==1.19.0
->==1.20.0
==4.23.4
->==4.25.0
==5.9.5
->==5.9.6
==25.1.0
->==25.1.1
==4.7.1
->==4.8.0
==2.0.4
->==2.0.7
==6.0
->==6.1
Release Notes
google/brotli (brotli)
v1.1.0
Compare Source
Added
BrotliDecoderAttachDictionary
BrotliDecoderOnFinish
callback behindBROTLI_REPORTING
BrotliDecoderSetMetadataCallbacks
BrotliEncoderPrepareDictionary
,BrotliEncoderDestroyPreparedDictionary
,BrotliEncoderAttachPreparedDictionary
BrotliEncoderOnFinish
callback behindBROTLI_REPORTING
BrotliSharedDictionaryCreateInstance
,BrotliSharedDictionaryDestroyInstance
,BrotliSharedDictionaryAttach
--dictionary
optionParameters.mode
Brotli{Input|Output}Stream.attachDictionary
Removed
BROTLI_BUILD_PORTABLE
optionFixed
Improved
Ousret/charset_normalizer (charset-normalizer)
v3.3.2
Compare Source
Fixed
Added
v3.3.1
Compare Source
Changed
v3.3.0
Compare Source
Added
python -m charset_normalizer.cli
orpython -m charset_normalizer
encoding.aliases
as they have no alias (#323)Removed
Changed
Fixed
v3.2.0
Compare Source
Changed
from_path
no longer enforcePathLike
as its first argumentAdded
is_binary
that relies on main capabilities, and optimized to detect binariesenable_fallback
argument throughoutfrom_bytes
,from_path
, andfrom_fp
that allow a deeper control over the detection (default True)Fixed
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
(no code changes)
Full Changelog: geventhttpclient/geventhttpclient@2.0.9...2.0.10
googleapis/python-api-common-protos (googleapis-common-protos)
v1.61.0
Compare Source
Features
google/api/field_info.proto
(2d39f37)IDENTIFIER
toFieldBehavior
enum (2d39f37)v1.60.0
Compare Source
Features
google/api/policy.proto
(b2cb5c2)method_policies
toControl
(b2cb5c2)locustio/locust (locust)
v2.18.1
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.18.0
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.17.0
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.16.1
Compare Source
Full Changelog
Merged pull requests:
v2.16.0
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
total_content_length
#2354 (johenning)msgpack/msgpack-python (msgpack)
v1.0.7
Compare Source
=====
Release Date: 2023-09-28
setup.py
doesn't skip build error of extension module. (#568)v1.0.6
Compare Source
=====
Release Date: 2023-09-21
giampaolo/psutil (psutil)
v5.9.6
Compare Source
=====
2023-10-15
Enhancements
cpu_percent()
_ andcpu_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 10would get the right result.
Process
_ class is passed a very high PID, raiseNoSuchProcess
_instead of OverflowError. (patch by Xuehai Pan)
Process.ppid()
_ andProcess.parents()
_.ruff
Python linter instead offlake8 + isort
. It's anorder of magnitude faster + it adds a ton of new code quality checks.
Bug fixes
can't be read due to permission error. Redirect it to
PSUTIL_DEBUG
instead.
Klausner)
swap_memory()
_(patch by student_2333)
bytes2human()
utility function was unable to properly representnegative values.
disk_usage()
_ fails on Python 3.12+. (patch byMatthieu Darbois)
Process.memory_full_info()
_ may incorrectly raiseZombieProcess
_ if it's determined via/proc/pid/smaps_rollup
. Insteadwe now fallback on reading
/proc/pid/smaps
.Process.is_running()
_ erroneously returnFalse
for zombie processes, because creation time cannot be determined.ZombieProcess
_ onProcess.exe()
,Process.cmdline()
andProcess.memory_maps()
_ instead of returning a"null" value.
pre-emptively checked for
Process.nice()
_ (set),Process.ionice()
,(set),
Process.cpu_affinity()
(set),Process.rlimit()
_(set),
Process.parent()
_.Process.threads()
_ always fail with AccessDenied (also asroot).
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
==================
v2.0.6
Compare Source
==================
Cookie
header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect
.v2.0.5
Compare Source
==================
#​3126 <https://github.com/urllib3/urllib3/issues/3126>
__)blocksize
ofHTTPConnection
classes to match high-level classes. Previously was 8KiB, now 16KiB. (#​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.
This PR has been generated by Mend Renovate. View repository job log here.