fix(deps): update all minor dependencies #2200
Open
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:
2.9.0
->2.10.1
2.18.0
->2.19.0
0.12.0
->0.13.0
2024.8.30
->2024.12.14
0.2
->0.4.0
0.14.0
->0.15.0
2.31.3
->2.32.4
3.22.0
->3.23.1
3.23.2
10.3.0
->10.4.0
~3.10.9
->~3.13.0
Review
Release Notes
jpadilla/pyjwt (PyJWT)
v2.10.1
Compare Source
v2.10.0
Compare Source
Fixed
adamchainz/apig-wsgi (apig-wsgi)
v2.19.0
Compare Source
Support Python 3.13.
Drop Python 3.8 support.
Send binary responses if the 'content-encoding' header is set to any value, rather than just 'gzip'.
Thanks to Zoe Guillen for the report in
PR #​496 <https://github.com/adamchainz/apig-wsgi/pull/496>
__.Enable binary support by default for ALB events.
Thanks to Oliver Ford for the report in
Issue #​513 <https://github.com/adamchainz/apig-wsgi/issues/513>
__.Treat the content-type header "application/problem+json" as non binary by default.
Thanks to Ido Savion in
PR #​503 <https://github.com/adamchainz/apig-wsgi/pull/503>
__.pallets-eco/cachelib (cachelib)
v0.13.0
Compare Source
Released 2024-04-13
hashlib.md5
may not be available in FIPS builds. Wenow do not access it at import time on
FileSystemCache
so developershave time to change the default.
hashlib.md5
will be lazy loaded when a new default is not providedcertifi/python-certifi (certifi)
v2024.12.14
Compare Source
locustio/locust (locust)
v2.32.4
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.32.3
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.32.2
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.32.1
Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.32.0...2.32.1
v2.32.0
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.31.8
Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.31.7...2.31.8
v2.31.7
Compare Source
Full Changelog
Merged pull requests:
v2.31.6
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.31.5
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.31.4
Compare Source
Full Changelog
Merged pull requests:
marshmallow-code/marshmallow (marshmallow)
v3.23.1
Compare Source
v3.23.0
Compare Source
newrelic/newrelic-python-agent (newrelic)
v10.4.0
Compare Source
Notes
This release of the Python agent adds support for async PyMongo, Motor, aiomysql, a new AWS account ID configuration setting, linking AWS entities for DynamoDB and Lambda, and fixes a path typing issue in newrelic.initialize().
Install the agent using
easy_install/pip/distribute
via the Python Package Index or download it directly from the New Relic download site.New features
Add support for async PyMongo
Add support for Motor
Add support for aiomysql
Add new AWS account ID configuration setting
cloud.aws.account_id
is set, it will be used in certain AWS instrumentations such as DynamoDB to link the DynamoDB AWS entity in the service map.Link AWS entity for DynamoDB
cloud.aws.account_id
configuration setting.Link AWS entity for Lambda
Bug fixes
Fix path typing issue in
newrelic.initialize()
newrelic.initialize()
where path-like objects were not accepted. This has been corrected to support strings, bytes, or PathLike objects.Support statement
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.
See the New Relic Python agent EOL policy for information about agent releases and support dates.
v10.3.1
Compare Source
Notes
This release of the Python agent fixes a bug in the package version collector that disabled telemetry from being sent to New Relic in certain cases.
Install the agent using
easy_install/pip/distribute
via the Python Package Index or download it directly from the New Relic download site.Bug fixes
Fix agent crash when uploading package version info
__repr__()
of the versioning class in the environment stats. In v10.3.0, this task was tweaked and moved to the harvest cycle that caused a failure during the payload conversion to JSON and disabled the telemetry transmission. This release introduces logic to exclude invalid data types from the module payload.Support statement
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.
See the New Relic Python agent EOL policy for information about agent releases and support dates.
containerbase/python-prebuild (python)
v3.13.1
Compare Source
Bug Fixes
v3.13.0
Compare Source
Bug Fixes
v3.12.8
Compare Source
Bug Fixes
v3.12.7
Compare Source
Bug Fixes
v3.12.6
Compare Source
Bug Fixes
v3.12.5
Compare Source
Bug Fixes
v3.12.4
Compare Source
Bug Fixes
v3.12.3
Compare Source
Bug Fixes
v3.12.2
Compare Source
Bug Fixes
v3.12.1
Compare Source
Bug Fixes
v3.12.0
Compare Source
Bug Fixes
v3.11.11
Compare Source
Bug Fixes
v3.11.10
Compare Source
Bug Fixes
v3.11.9
Compare Source
Bug Fixes
v3.11.8
Compare Source
Bug Fixes
v3.11.7
Compare Source
Bug Fixes
v3.11.6
Compare Source
Bug Fixes
v3.11.5
Compare Source
Bug Fixes
v3.11.4
Compare Source
Bug Fixes
v3.11.3
Compare Source
Bug Fixes
v3.11.2
Compare Source
Bug Fixes
v3.11.1
Compare Source
Bug Fixes
v3.11.0
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.