Open renovate-bot opened 1 month ago
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
This PR contains the following updates:
==6.1.0
->==6.2.0
==43.0.1
->==43.0.3
==3.0.3
->==3.1.0
==2.20.0
->==2.23.0
==2.35.0
->==2.36.0
==1.13.5
->==1.14.1
==1.65.0
->==1.66.0
==1.66.1
->==1.68.0
==2.31.7
->==2.32.2
2.32.3
==0.48b0
->==0.49b1
0.49b2
==0.48b0
->==0.49b1
0.49b2
==0.48b0
->==0.49b1
0.49b2
==0.48b0
->==0.49b1
0.49b2
==1.27.0
->==1.28.1
1.28.2
==2.9.9
->==2.9.10
==3.20.0
->==3.21.0
==3.1.4
->==3.2.0
==3.20.2
->==3.21.0
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
mozilla/bleach (bleach)
### [`v6.2.0`](https://redirect.github.com/mozilla/bleach/blob/HEAD/CHANGES#Version-620-October-29th-2024) [Compare Source](https://redirect.github.com/mozilla/bleach/compare/v6.1.0...v6.2.0) **Backwards incompatible changes** - Dropped support for Python 3.8. ([#737](https://redirect.github.com/mozilla/bleach/issues/737)) **Security fixes** None **Bug fixes** - Add support for Python 3.13. ([#736](https://redirect.github.com/mozilla/bleach/issues/736)) - Remove six depdenncy. ([#618](https://redirect.github.com/mozilla/bleach/issues/618)) - Update known-good versions for tinycss2. ([#732](https://redirect.github.com/mozilla/bleach/issues/732)) - Fix additional < followed by characters and EOF issues. ([#728](https://redirect.github.com/mozilla/bleach/issues/728))pyca/cryptography (cryptography)
### [`v43.0.3`](https://redirect.github.com/pyca/cryptography/compare/43.0.1...43.0.3) [Compare Source](https://redirect.github.com/pyca/cryptography/compare/43.0.1...43.0.3)pallets/flask (flask)
### [`v3.1.0`](https://redirect.github.com/pallets/flask/blob/HEAD/CHANGES.rst#Version-310) [Compare Source](https://redirect.github.com/pallets/flask/compare/3.0.3...3.1.0) 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`googleapis/python-api-core (google-api-core)
### [`v2.23.0`](https://redirect.github.com/googleapis/python-api-core/blob/HEAD/CHANGELOG.md#2230-2024-11-11) [Compare Source](https://redirect.github.com/googleapis/python-api-core/compare/v2.22.0...v2.23.0) ##### Features - Migrate to pyproject.toml ([#736](https://redirect.github.com/googleapis/python-api-core/issues/736)) ([159e9a4](https://redirect.github.com/googleapis/python-api-core/commit/159e9a49525937f18a55c38136aae32575424d55)) ### [`v2.22.0`](https://redirect.github.com/googleapis/python-api-core/blob/HEAD/CHANGELOG.md#2220-2024-10-25) [Compare Source](https://redirect.github.com/googleapis/python-api-core/compare/v2.21.0...v2.22.0) ##### Features - Add support for python 3.13 ([#696](https://redirect.github.com/googleapis/python-api-core/issues/696)) ([46b3d3a](https://redirect.github.com/googleapis/python-api-core/commit/46b3d3abaa1bae28e9d788d7c3006224cd6f74d5)) ##### Bug Fixes - Add type hints to ClientOptions ([#735](https://redirect.github.com/googleapis/python-api-core/issues/735)) ([b91ed19](https://redirect.github.com/googleapis/python-api-core/commit/b91ed19210148dfa49ec790c4dd5f4a7bff80954)) - Improve `Any` decode error ([#712](https://redirect.github.com/googleapis/python-api-core/issues/712)) ([0d5ed37](https://redirect.github.com/googleapis/python-api-core/commit/0d5ed37c96f9b40bccae98e228163a88abeb1763)) - Require proto-plus >= 1.25.0 for Python 3.13 ([#740](https://redirect.github.com/googleapis/python-api-core/issues/740)) ([a26313e](https://redirect.github.com/googleapis/python-api-core/commit/a26313e1cb12e44aa498f12622edccc0c83ba0c3)) - Switch to unittest.mock from mock ([#713](https://redirect.github.com/googleapis/python-api-core/issues/713)) ([8c53381](https://redirect.github.com/googleapis/python-api-core/commit/8c533819b7e212aa2f1d695a7ce08629f4fb2daf)) ### [`v2.21.0`](https://redirect.github.com/googleapis/python-api-core/blob/HEAD/CHANGELOG.md#2210-2024-10-07) [Compare Source](https://redirect.github.com/googleapis/python-api-core/compare/v2.20.0...v2.21.0) ##### Features - Add support for asynchronous long running operations ([#724](https://redirect.github.com/googleapis/python-api-core/issues/724)) ([aaed69b](https://redirect.github.com/googleapis/python-api-core/commit/aaed69b6f1d694cd7e561e2aa03fdd8d6cfb369a)) ##### Bug Fixes - Set chunk size for async stream content ([#702](https://redirect.github.com/googleapis/python-api-core/issues/702)) ([45b8a6d](https://redirect.github.com/googleapis/python-api-core/commit/45b8a6db5a5c75acdd8be896d0152f11608c7e51))googleapis/google-auth-library-python (google-auth)
### [`v2.36.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2360-2024-10-30) [Compare Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.35.0...v2.36.0) ##### Features - IAM signblob retries ([#1600](https://redirect.github.com/googleapis/google-auth-library-python/issues/1600)) ([484c8db](https://redirect.github.com/googleapis/google-auth-library-python/commit/484c8db151690a4ae7b6b0ae38db0a8ede88df69)) - Making iam endpoint universe-aware ([#1604](https://redirect.github.com/googleapis/google-auth-library-python/issues/1604)) ([16c728d](https://redirect.github.com/googleapis/google-auth-library-python/commit/16c728d30adb36e19aabe34f0ed5a95152d9a135)) - Support External Account Authorized User as a Source Credential for impersonated credentials in ADC ([#1608](https://redirect.github.com/googleapis/google-auth-library-python/issues/1608)) ([875796c](https://redirect.github.com/googleapis/google-auth-library-python/commit/875796cbace847797898bc506eac188edbaa3192)) ##### Bug Fixes - Adding default parameters to updated interfaces ([#1622](https://redirect.github.com/googleapis/google-auth-library-python/issues/1622)) ([8cf1cb1](https://redirect.github.com/googleapis/google-auth-library-python/commit/8cf1cb1663fccd03ea17a1bf055d862bddf61406)) - Change universe_domain to universe-domain ([#1613](https://redirect.github.com/googleapis/google-auth-library-python/issues/1613)) ([168fcc6](https://redirect.github.com/googleapis/google-auth-library-python/commit/168fcc63593cb1da018b86070e20a576d5b93b7b)) - Remove base class to avoid type conflict ([#1619](https://redirect.github.com/googleapis/google-auth-library-python/issues/1619)) ([9e2789a](https://redirect.github.com/googleapis/google-auth-library-python/commit/9e2789a208d58221292873b0095ae4e8a924a703)) - Revert templates for iam endpoints ([#1614](https://redirect.github.com/googleapis/google-auth-library-python/issues/1614)) ([0a4363a](https://redirect.github.com/googleapis/google-auth-library-python/commit/0a4363a556455a29ececc1339385826e26459c65)) - Update secret ([#1611](https://redirect.github.com/googleapis/google-auth-library-python/issues/1611)) ([f070de0](https://redirect.github.com/googleapis/google-auth-library-python/commit/f070de06492a5eed3fab54313272acb5f603193a)) - Update secret ([#1617](https://redirect.github.com/googleapis/google-auth-library-python/issues/1617)) ([10f42a7](https://redirect.github.com/googleapis/google-auth-library-python/commit/10f42a70e6089f1eecd060893632dd0ef40423f7)) - Update secret ([#1621](https://redirect.github.com/googleapis/google-auth-library-python/issues/1621)) ([6be19fb](https://redirect.github.com/googleapis/google-auth-library-python/commit/6be19fb6ad571f3a8275db8ccdd7a69cf97e1ceb))googleapis/google-cloud-python (google-cloud-trace)
### [`v1.14.1`](https://redirect.github.com/googleapis/google-cloud-python/releases/tag/google-cloud-workflows-v1.14.1): google-cloud-workflows: v1.14.1 [Compare Source](https://redirect.github.com/googleapis/google-cloud-python/compare/google-cloud-trace-v1.14.0...google-cloud-trace-v1.14.1) ##### Bug Fixes - Add google-auth as a direct dependency ([e16032f](https://redirect.github.com/googleapis/google-cloud-python/commit/e16032ffe9b15dfd008b51f046dbb10211356998)) - Add staticmethod decorator to `_get_client_cert_source` and `_get_api_endpoint` ([e16032f](https://redirect.github.com/googleapis/google-cloud-python/commit/e16032ffe9b15dfd008b51f046dbb10211356998)) - Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' ([e16032f](https://redirect.github.com/googleapis/google-cloud-python/commit/e16032ffe9b15dfd008b51f046dbb10211356998)) ### [`v1.14.0`](https://redirect.github.com/googleapis/google-cloud-python/releases/tag/google-cloud-trace-v1.14.0): google-cloud-trace: v1.14.0 [Compare Source](https://redirect.github.com/googleapis/google-cloud-python/compare/google-cloud-trace-v1.13.5...google-cloud-trace-v1.14.0) ##### Features - Add support for Python 3.13 ([#13210](https://redirect.github.com/googleapis/google-cloud-python/issues/13210)) ([0b62ac6](https://redirect.github.com/googleapis/google-cloud-python/commit/0b62ac6aa99bd3259a088097630f2bd1f06825e6))googleapis/python-api-common-protos (googleapis-common-protos)
### [`v1.66.0`](https://redirect.github.com/googleapis/python-api-common-protos/blob/HEAD/CHANGELOG.md#1660-2024-11-12) [Compare Source](https://redirect.github.com/googleapis/python-api-common-protos/compare/v1.65.0...v1.66.0) ##### Features - Add `MISSING_ORIGIN` and `OVERLOADED_CREDENTIALS` to `ErrorReason` enum ([d0478d8](https://redirect.github.com/googleapis/python-api-common-protos/commit/d0478d8beacb6c53aa29aa0ac14b949421de8112)) - Add field `protobuf_pythonic_types_enabled` to `ExperimentalFeatures` message ([d0478d8](https://redirect.github.com/googleapis/python-api-common-protos/commit/d0478d8beacb6c53aa29aa0ac14b949421de8112)) - Add field `selective_gapic_generation` to `CommonLanguageSettings` message ([d0478d8](https://redirect.github.com/googleapis/python-api-common-protos/commit/d0478d8beacb6c53aa29aa0ac14b949421de8112)) - Add field `time_series_resource_hierarchy_level` to `MetricDescriptorMetadata` message ([d0478d8](https://redirect.github.com/googleapis/python-api-common-protos/commit/d0478d8beacb6c53aa29aa0ac14b949421de8112)) - Add message `SelectiveGapicGeneration` ([d0478d8](https://redirect.github.com/googleapis/python-api-common-protos/commit/d0478d8beacb6c53aa29aa0ac14b949421de8112))grpc/grpc (grpcio)
### [`v1.68.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.68.0) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.67.1...v1.68.0) This is release 1.68.0 ([groovy](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[XdsClient]\[Backport] Add missing authority to XdsClient metrics scope ([#38009](https://redirect.github.com/grpc/grpc/issues/38009)). ([#38023](https://redirect.github.com/grpc/grpc/pull/38023)) - \[Release] Bump core version in preparation for 1.68 Branch Cut. ([#37941](https://redirect.github.com/grpc/grpc/pull/37941)) - \[ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. ([#37939](https://redirect.github.com/grpc/grpc/pull/37939)) - \[ruby] reduce INFO log for server CQ pluck registration to DEBUG. ([#37633](https://redirect.github.com/grpc/grpc/pull/37633)) - \[EventEngine] Enable the PosixEventEngine client experiment. ([#35985](https://redirect.github.com/grpc/grpc/pull/35985)) - \[chttp2\_server] Fix race between connection starting and it being orphaned. ([#37683](https://redirect.github.com/grpc/grpc/pull/37683)) - \[Chttp2Server] Fix race between connection manager updates and handshake. ([#37772](https://redirect.github.com/grpc/grpc/pull/37772)) - \[xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. ([#37678](https://redirect.github.com/grpc/grpc/pull/37678)) ## C++ - \[Build] Minimum version of MSVC is now 2022. ([#37687](https://redirect.github.com/grpc/grpc/pull/37687)) - \[Build] Bumped the minimum version of cmake. ([#37702](https://redirect.github.com/grpc/grpc/pull/37702)) ## Python - Add templating and support for Python 3.13. ([#37643](https://redirect.github.com/grpc/grpc/pull/37643)) ### [`v1.67.1`](https://redirect.github.com/grpc/grpc/releases/tag/v1.67.1) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.67.0...v1.67.1) This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. ### [`v1.67.0`](https://redirect.github.com/grpc/grpc/releases/tag/v1.67.0) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.66.2...v1.67.0) This is release 1.67.0 ([gesundheit](https://redirect.github.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[ruby] reduce an INFO log to DEBUG (backport[https://github.com/grpc/grpc/pull/37633](https://redirect.github.com/grpc/grpc/pull/37633)3). ([#37686](https://redirect.github.com/grpc/grpc/pull/37686)) - \[release] Bump core version to 44.0.0. ([#37661](https://redirect.github.com/grpc/grpc/pull/37661)) - \[RlsLB] Fix Deadlock. ([#37459](https://redirect.github.com/grpc/grpc/pull/37459)) - \[Python Otel] Manage call tracer life cycle use call arena. ([#37460](https://redirect.github.com/grpc/grpc/pull/37460)) ## C++ - \[OTel C++] Fix race when adding and removing callbacks. ([#37485](https://redirect.github.com/grpc/grpc/pull/37485)) ## Python - \[Backport to 1.67.x] Add templating and support for Python 3.13 ([#37643](https://redirect.github.com/grpc/grpc/issues/37643)). ([#37803](https://redirect.github.com/grpc/grpc/pull/37803)) - Add templating and support for Python 3.13. ([#37643](https://redirect.github.com/grpc/grpc/pull/37643)) - \[Python Distrib] Change warning to RuntimeError for version incompatibility. ([#37466](https://redirect.github.com/grpc/grpc/pull/37466)) - \[reflection]: python: reflection returns `original_request`. ([#36944](https://redirect.github.com/grpc/grpc/pull/36944)) ## Ruby - \[ruby] drop ruby 2.7 support. ([#37430](https://redirect.github.com/grpc/grpc/pull/37430)) - \[ruby] reduce ruby gpr_log invocations from INFO to DEBUG. ([#37426](https://redirect.github.com/grpc/grpc/pull/37426)) - \[ruby] refactor flaky test and expose cancel_with_status. ([#37410](https://redirect.github.com/grpc/grpc/pull/37410)) ### [`v1.66.2`](https://redirect.github.com/grpc/grpc/releases/tag/v1.66.2) [Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.66.1...v1.66.2) This is release gRPC Core 1.66.2 (gladiator). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes. #### What's Changed ##### Python - Added support for Python 3.13 and templating system for supported Python versions ([#37643](https://redirect.github.com/grpc/grpc/issues/37643)) **Full Changelog**: https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2locustio/locust (locust)
### [`v2.32.2`](https://redirect.github.com/locustio/locust/releases/tag/2.32.2) [Compare Source](https://redirect.github.com/locustio/locust/compare/2.32.1...2.32.2) #### What's Changed - Fix doc link by [@tjandy98](https://redirect.github.com/tjandy98) in [https://github.com/locustio/locust/pull/2961](https://redirect.github.com/locustio/locust/pull/2961) - Webui Add Auth Info to Auth Page by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2963](https://redirect.github.com/locustio/locust/pull/2963) - Fix Auth Args Type by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2965](https://redirect.github.com/locustio/locust/pull/2965) - Report name by [@obriat](https://redirect.github.com/obriat) in [https://github.com/locustio/locust/pull/2947](https://redirect.github.com/locustio/locust/pull/2947) - Locust Configurable Web Base Path by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2966](https://redirect.github.com/locustio/locust/pull/2966) - Fix Web Base Path Env Variable by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2967](https://redirect.github.com/locustio/locust/pull/2967) - Webui Add Markdown Support for Auth Page by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2969](https://redirect.github.com/locustio/locust/pull/2969) - Fix Incorrectly Updating Stat History by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2972](https://redirect.github.com/locustio/locust/pull/2972) #### New Contributors - [@tjandy98](https://redirect.github.com/tjandy98) made their first contribution in [https://github.com/locustio/locust/pull/2961](https://redirect.github.com/locustio/locust/pull/2961) **Full Changelog**: https://github.com/locustio/locust/compare/2.32.1...2.32.2 ### [`v2.32.1`](https://redirect.github.com/locustio/locust/releases/tag/2.32.1) [Compare Source](https://redirect.github.com/locustio/locust/compare/2.32.0...2.32.1) #### What's Changed - Web UI Remove Default Value for Select if Value is Provided by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2943](https://redirect.github.com/locustio/locust/pull/2943) - Web UI Auth Add Password Visibility Toggle by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2941](https://redirect.github.com/locustio/locust/pull/2941) - LocustBadStatusCode without url param in fasthttp by [@swaalt](https://redirect.github.com/swaalt) in [https://github.com/locustio/locust/pull/2944](https://redirect.github.com/locustio/locust/pull/2944) - Add Google Analytics to docs.locust.io by [@heyman](https://redirect.github.com/heyman) in [https://github.com/locustio/locust/pull/2948](https://redirect.github.com/locustio/locust/pull/2948) - Webui Echarts Time Axis Should be Localized by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2949](https://redirect.github.com/locustio/locust/pull/2949) - Webui Fix Echarts Axis Formatting by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2950](https://redirect.github.com/locustio/locust/pull/2950) - Webui Override Markdown HTML Link with MUI Link by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2951](https://redirect.github.com/locustio/locust/pull/2951) - Webui Add Custom Form to Auth Page by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2952](https://redirect.github.com/locustio/locust/pull/2952) - Webui Echarts Redraw Request Lines if Changed by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2953](https://redirect.github.com/locustio/locust/pull/2953) #### New Contributors - [@swaalt](https://redirect.github.com/swaalt) made their first contribution in [https://github.com/locustio/locust/pull/2944](https://redirect.github.com/locustio/locust/pull/2944) **Full Changelog**: https://github.com/locustio/locust/compare/2.32.0...2.32.1 ### [`v2.32.0`](https://redirect.github.com/locustio/locust/blob/HEAD/CHANGELOG.md#2320-2024-10-15) [Compare Source](https://redirect.github.com/locustio/locust/compare/2.31.8...2.32.0) [Full Changelog](https://redirect.github.com/locustio/locust/compare/2.31.8...2.32.0) **Fixed bugs:** - logfile is erroniously written when there are many workers. [#2927](https://redirect.github.com/locustio/locust/issues/2927) - Form field for users, spawn rate, and run time still visible in UI although CustomShape defined without use_common_options. [#2924](https://redirect.github.com/locustio/locust/issues/2924) - \--html with --process 4 then get ValueError: StatsEntry.use_response_times_cache must be set to True [#2908](https://redirect.github.com/locustio/locust/issues/2908) - IPV6 check doesn't work as expected on AWS EKS [#2787](https://redirect.github.com/locustio/locust/issues/2787) **Merged pull requests:** - Log deprecation warning for Python 3.9 [#2940](https://redirect.github.com/locustio/locust/pull/2940) ([cyberw](https://redirect.github.com/cyberw)) - Run tests on python 3.13 too [#2939](https://redirect.github.com/locustio/locust/pull/2939) ([cyberw](https://redirect.github.com/cyberw)) - Web UI - Fix Line Chart [#2935](https://redirect.github.com/locustio/locust/pull/2935) ([andrewbaldwin44](https://redirect.github.com/andrewbaldwin44)) - Modern UI - Fix Hide Common Options [#2934](https://redirect.github.com/locustio/locust/pull/2934) ([andrewbaldwin44](https://redirect.github.com/andrewbaldwin44)) - Allow alerts and errors on new and edit form [#2932](https://redirect.github.com/locustio/locust/pull/2932) ([andrewbaldwin44](https://redirect.github.com/andrewbaldwin44)) - Add error message to swarm form [#2930](https://redirect.github.com/locustio/locust/pull/2930) ([andrewbaldwin44](https://redirect.github.com/andrewbaldwin44)) - Disable --csv for workers when using --processes. [#2929](https://redirect.github.com/locustio/locust/pull/2929) ([cyberw](https://redirect.github.com/cyberw)) - Decide if ipv6 can work [#2923](https://redirect.github.com/locustio/locust/pull/2923) ([nc-marco](https://redirect.github.com/nc-marco)) - Webui Add Form Alert [#2922](https://redirect.github.com/locustio/locust/pull/2922) ([andrewbaldwin44](https://redirect.github.com/andrewbaldwin44)) - Add faq item: Basic auth (Authorization header) does not work after redirection [#2921](https://redirect.github.com/locustio/locust/pull/2921) ([obriat](https://redirect.github.com/obriat)) - Add CSRF example [#2920](https://redirect.github.com/locustio/locust/pull/2920) ([andrewbaldwin44](https://redirect.github.com/andrewbaldwin44)) - Web UI Add Exports for Library [#2919](https://redirect.github.com/locustio/locust/pull/2919) ([andrewbaldwin44](https://redirect.github.com/andrewbaldwin44)) - lower log level for unnecessary --autostart argument [#2918](https://redirect.github.com/locustio/locust/pull/2918) ([cyberw](https://redirect.github.com/cyberw)) ### [`v2.31.8`](https://redirect.github.com/locustio/locust/releases/tag/2.31.8) [Compare Source](https://redirect.github.com/locustio/locust/compare/2.31.7...2.31.8) #### What's Changed - Fix RTD versioning with a deep git clone by [@mquinnfd](https://redirect.github.com/mquinnfd) in [https://github.com/locustio/locust/pull/2913](https://redirect.github.com/locustio/locust/pull/2913) - Url in template arg by [@fletelli42](https://redirect.github.com/fletelli42) in [https://github.com/locustio/locust/pull/2914](https://redirect.github.com/locustio/locust/pull/2914) - Web UI Auth submit should submit a POST request by [@andrewbaldwin44](https://redirect.github.com/andrewbaldwin44) in [https://github.com/locustio/locust/pull/2915](https://redirect.github.com/locustio/locust/pull/2915) - Log locust-cloud version if it is installed by [@cyberw](https://redirect.github.com/cyberw) in [https://github.com/locustio/locust/pull/2916](https://redirect.github.com/locustio/locust/pull/2916) #### New Contributors - [@fletelli42](https://redirect.github.com/fletelli42) made their first contribution in [https://github.com/locustio/locust/pull/2914](https://redirect.github.com/locustio/locust/pull/2914) **Full Changelog**: https://github.com/locustio/locust/compare/2.31.7...2.31.8psycopg/psycopg2 (psycopg2-binary)
### [`v2.9.10`](https://redirect.github.com/psycopg/psycopg2/compare/2.9.9...2.9.10) [Compare Source](https://redirect.github.com/psycopg/psycopg2/compare/2.9.9...2.9.10)Legrandin/pycryptodome (pycryptodome)
### [`v3.21.0`](https://redirect.github.com/Legrandin/pycryptodome/releases/tag/v3.21.0): - Bourdeaux [Compare Source](https://redirect.github.com/Legrandin/pycryptodome/compare/v3.20.0...v3.21.0) ## New features - By setting the PYCRYPTODOME_DISABLE_GMP environment variable, the GMP library will not be used even if detected. - Add support for Curve25519 / X25519. - Add support for Curve448 / X448. - Add attribute `curve` to EccPoint and EccXPoint classes, with the canonical name of the curve. - [GH#781](https://redirect.github.com/GH/pycryptodome/issues/781): the label for the SP800\_108\_Counter KDF may now contain zero bytes. Thanks to Julien Rische. - [GH#814](https://redirect.github.com/GH/pycryptodome/issues/814): RSA keys for PSS can be imported. ## Resolved issues - [GH#810](https://redirect.github.com/GH/pycryptodome/issues/810): fixed negation of [`Ed25519`](https://redirect.github.com/Legrandin/pycryptodome/commit/Ed25519) points. - [GH#819](https://redirect.github.com/GH/pycryptodome/issues/819): accept an RFC5916 ECPrivateKey even if it doesn't contain any of the optional elements (parameters \[0] and publicKey\[1]). ## Other changes - Remove support for Python 3.5.jaraco/zipp (zipp)
### [`v3.21.0`](https://redirect.github.com/jaraco/zipp/compare/v3.20.2...v3.21.0) [Compare Source](https://redirect.github.com/jaraco/zipp/compare/v3.20.2...v3.21.0)Configuration
📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, 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.