fix(deps): update all dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| boto3 | dependencies | patch |
1.35.95 -> 1.35.97
|
| faker (changelog) | dev | patch |
33.3.0 -> 33.3.1
|
| poetry (source, changelog) | patch |
2.0.0 -> 2.0.1
|
|
| pydantic (changelog) | dependencies | patch |
2.10.4 -> 2.10.5
|
| responses (changelog) | dev | patch |
0.25.3 -> 0.25.5
|
Release Notes
boto/boto3 (boto3)
v1.35.97
=======
- api-change:
redshift: [botocore] Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are. - api-change:
securitylake: [botocore] Doc only update for ServiceName that fixes several customer-reported issues - api-change:
sts: [botocore] Fixed typos in the descriptions.
v1.35.96
=======
- api-change:
codebuild: [botocore] AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda - api-change:
compute-optimizer: [botocore] This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types. - api-change:
fms: [botocore] AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator.
python-poetry/poetry (poetry)
v2.0.1
Added
- Add support for
poetry searchin legacy sources (#9949). - Add a message in the
poetry source showoutput when PyPI is implicitly enabled (#9974).
Changed
- Improve performance for merging markers from overrides at the end of dependency resolution (#10018).
Fixed
- Fix an issue where
poetry syncdid not remove packages that were not requested (#9946). - Fix an issue where
poetry checkfailed even though there were just warnings and add a--strictoption to fail on warnings (#9983). - Fix an issue where
poetry update,poetry addandpoetry removewith--onlyuninstalled packages from other groups (#10014). - Fix an issue where
poetry update,poetry addandpoetry removeuninstalled all extra packages (#10016). - Fix an issue where
poetry self updatedid not recognize Poetry's own environment (#9995). - Fix an issue where read-only system site-packages were not considered when loading an environment with system site-packages (#9942).
- Fix an issue where an error message in
poetry installstarted withWarning:instead ofError:(#9945). - Fix an issue where
Command.set_poetry, which is used by plugins, was removed (#9981). - Fix an issue where the help text of
poetry build --cleanshowed a malformed short option instead of the description (#9994).
Docs
- Add a FAQ entry for the migration from Poetry-specific fields to the
projectsection (#9996). - Fix examples for
project.readmeandproject.urls(#9948). - Add a warning that package sources are a Poetry-specific feature that is not included in core metadata (#9935).
- Replace
poetry install --syncwithpoetry syncin the section about synchronizing dependencies (#9944). - Replace
poetry shellwithpoetry env activatein the basic usage section (#9963). - Mention that
project.nameis always required when theprojectsection is used (#9989). - Fix the constraint of
poetry-plugin-exportin the section aboutpoetry export(#9954).
poetry-core (2.0.1)
- Replace the deprecated core metadata field
Home-pagewithProject-URL: Homepage(#807). - Fix an issue where includes from
tool.poetry.packageswithout a specifiedformatwere not initialized with the default value resulting in aKeyError(#805). - Fix an issue where some
project.urlsentries were not processed correctly resulting in aKeyError(#807). - Fix an issue where dynamic
project.dependenciesviatool.poetry.dependencieswere ignored ifproject.optional-dependencieswere defined (#811).
pydantic/pydantic (pydantic)
v2.10.5
What's Changed
- Remove custom MRO implementation of Pydantic models by @Viicos in #11184
- Fix URL serialization for unions by @sydney-runkle in #11233
getsentry/responses (responses)
v0.25.5
- Fix readme issue that prevented 0.25.4 from being published to pypi.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.