⬆️(dependencies) update python dependencies #1021
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.38.23
->==1.38.27
==5.5.2
->==5.5.3
==2025.5.1
->==2025.6.1
==9.2.0
->==9.3.0
==4.23.0
->==4.24.0
==1.82.0
->==1.82.1
==3.6.1
->==3.7.0
==0.11.11
->==0.11.12
==2.32.0.20250515
->==2.32.0.20250602
Release Notes
boto/boto3 (boto3)
v1.38.27
Compare Source
=======
emr-serverless
: [botocore
] This release adds the capability for users to specify an optional Execution IAM policy in the StartJobRun action. The resulting permissions assumed by the job run is the intersection of the permissions in the Execution Role and the specified Execution IAM Policy.sagemaker
: [botocore
] Release new parameter CapacityReservationConfig in ProductionVariantv1.38.26
Compare Source
=======
amplify
: [botocore
] Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.autoscaling
: [botocore
] Add support for "apple" CpuManufacturer in ABISbcm-pricing-calculator
: [botocore
] Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.cloudtrail
: [botocore
] CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Storeconnect
: [botocore
] Amazon Connect Service Feature: Email Recipient Limit Increasedataexchange
: [botocore
] This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.datasync
: [botocore
] AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations.fsx
: [botocore
] FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustreivs-realtime
: [botocore
] IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another.mwaa
: [botocore
] Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.s3
: [botocore
] Adding checksum support for S3 PutBucketOwnershipControls API.sagemaker
: [botocore
] Add maintenance status field to DescribeMlflowTrackingServer API responsev1.38.25
Compare Source
=======
cost-optimization-hub
: [botocore
] This release allows customers to modify their preferred commitment term and payment options.ec2
: [botocore
] Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs)events
: [botocore
] Allow for more than 2 characters for location codes in EventBridge ARNsnetwork-firewall
: [botocore
] You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall.synthetics
: [botocore
] Add support to change ephemeral storage. Add a new field "TestResult" under CanaryRunStatus.v1.38.24
Compare Source
=======
ce
: [botocore
] This release introduces Cost Comparison feature (GetCostAndUsageComparisons, GetCostComparisonDrivers) allowing you find cost variations across multiple dimensions and identify key drivers of spending changes.deadline
: [botocore
] AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job.ec2
: [botocore
] This release adds three features - option to store AWS Site-to-Site VPN pre-shared keys in AWS Secrets Manager, GetActiveVpnTunnelStatus API to check the in-use VPN algorithms, and SampleType option in GetVpnConnectionDeviceSampleConfiguration API to get recommended sample configs for VPN devices.celery/celery (celery)
v5.5.3
Compare Source
=====
:release-date: 2025-06-01
:release-by: Tomer Nosrati
What's Changed
tfranzel/drf-spectacular-sidecar (drf-spectacular-sidecar)
v2025.6.1
Compare Source
ipython/ipython (ipython)
v9.3.0
Compare Source
python-jsonschema/jsonschema (jsonschema)
v4.24.0
Compare Source
=======
unevaluatedProperties
in the presence ofadditionalProperties
(#1351).openai/openai-python (openai)
v1.82.1
Compare Source
Full Changelog: v1.82.0...v1.82.1
Bug Fixes
parsed_arguments
when re-serialising (6d04193)Chores
pytest-dev/pytest-xdist (pytest-xdist)
v3.7.0
Compare Source
===============================
Features
#​1142 <https://github.com/pytest-dev/pytest-xdist/issues/1142>
_: Added support for Python 3.13.#​1144 <https://github.com/pytest-dev/pytest-xdist/issues/1144>
_: The internalsteal
command is now atomic - it unschedules either all requested tests or none.This is a prerequisite for group/scope support in the
worksteal
scheduler, so test groups won't be broken up incorrectly.#​1170 <https://github.com/pytest-dev/pytest-xdist/issues/1170>
_: Add the--px
arg to create proxy gateways.Proxy gateways are passed to additional gateways using the
via
keyword.They can serve as a way to run multiple workers on remote machines.
#​1200 <https://github.com/pytest-dev/pytest-xdist/issues/1200>
_: Now multiplexdist_group
markers are considered when assigning tests to groups (order does not matter).Previously, only the last marker would assign a test to a group, but now if a test has multiple
xdist_group
marks applied (for example via parametrization or via fixtures), they are merged to make a new group.Removals
#​1162 <https://github.com/pytest-dev/pytest-xdist/issues/1162>
_: Dropped support for EOL Python 3.8.Trivial Changes
#​1092 <https://github.com/pytest-dev/pytest-xdist/issues/1092>
_: Update an error message to better indicate where users should go for more information.#​1190 <https://github.com/pytest-dev/pytest-xdist/issues/1190>
_: Switched to using a SPDX license identifier introduced in PEP 639.astral-sh/ruff (ruff)
v0.11.12
Compare Source
Preview features
airflow
] Revise fix titles (AIR3
) (#18215)pylint
] Implementmissing-maxsplit-arg
(PLC0207
) (#17454)pyupgrade
] New ruleUP050
(useless-class-metaclass-type
) (#18334)flake8-use-pathlib
] Replaceos.symlink
withPath.symlink_to
(PTH211
) (#18337)Bug fixes
flake8-bugbear
] Ignore__debug__
attribute inB010
(#18357)flake8-async
] Fixanyio.sleep
argument name (ASYNC115
,ASYNC116
) (#18262)refurb
] FixFURB129
autofix generating invalid syntax (#18235)Rule changes
flake8-implicit-str-concat
] Add autofix forISC003
(#18256)pycodestyle
] Improve the diagnostic message forE712
(#18328)flake8-2020
] Fix diagnostic message for!=
comparisons (YTT201
) (#18293)pyupgrade
] Make fix unsafe if it deletes comments (UP010
) (#18291)Documentation
flake8-bugbear
] Add fix safety section (B006
) (#17652)Configuration
📅 Schedule: Branch creation - "before 7am on monday" (UTC), 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.