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.34.2
->2.38.1
3.6.0
->3.7.3
2.2.1
->2.2.2
3.12.0
->3.14.0
8.2.3
->8.3.0
Release Notes
aws-powertools/powertools-lambda-python (aws-lambda-powertools)
v2.38.1
Compare Source
[v2.38.1] - 2024-05-17
v2.38.0
Compare Source
[v2.38.0] - 2024-05-17
v2.37.0
Compare Source
[v2.37.0] - 2024-04-18
v2.36.0
Compare Source
[v2.36.0] - 2024-03-27
v2.35.1
Compare Source
[v2.35.1] - 2024-03-08
v2.35.0
Compare Source
[v2.35.0] - 2024-03-06
aws/aws-sdk-pandas (awswrangler)
v3.7.3
: AWS SDK for pandas 3.7.3Compare Source
Bug fixes 🐛
s3_output
inathena.to_iceberg
by @jaidisido in #2767to_iceberg
by @jaidisido in #2768fixed_size_binary
dtype support by @jaidisido in #2775_id
by @kukushking in #2784list_to_arrow_table
by @kukushking in #2778athena.to_iceberg
overwrite to delete table in order to preserve Iceberg transactions history by @erwan-simon in #2776Documentation 📚
Security Dependency Updates 🛡️
idna
from 3.6 to 3.7 by @dependabot in #2772aiohttp
from 3.9.3 to 3.9.4 by @dependabot in #2777New Contributors 👋
Full Changelog: aws/aws-sdk-pandas@3.7.2...3.7.3
v3.7.2
: AWS SDK for pandas 3.7.2Compare Source
Features/Enhancements 🚀
Bug fixes 🐛
wr.athena.to_iceberg
- Insert query has mismatched column types #2678 by @GalvFionic in #2715s3_output
inathena.to_iceberg
by @jaidisido in #2727np.split_array
by @jaidisido in #2735to_iceberg
fails with non-lowercase column names by @LeonLuttenberger in #2736New Contributors
Full Changelog: aws/aws-sdk-pandas@3.7.1...3.7.2
v3.7.1
: AWS SDK for pandas 3.7.1Compare Source
Bug fixes 🐛
_create_table
by @jaidisido in https://github.com/aws/aws-sdk-pandas/pull/2711Documentation 📚
redshift.to_sql
doc indentation error by @LeonLuttenberger in https://github.com/aws/aws-sdk-pandas/pull/2706Full Changelog: aws/aws-sdk-pandas@3.7.0...3.7.1
v3.7.0
: AWS SDK for pandas 3.7.0Compare Source
Breaking changes 💥
Lake Formation Governed tables are being phased out and we are dropping support (#2692).
Features/Enhancements 🚀
Bug fixes 🐛
site-packages
folder by @AlJohri in https://github.com/aws/aws-sdk-pandas/pull/2698New Contributors
Full Changelog: aws/aws-sdk-pandas@3.6.0...3.7.0
pandas-dev/pandas (pandas)
v2.2.2
Compare Source
pytest-dev/pytest-mock (pytest-mock)
v3.14.0
Compare Source
#​415 <https://github.com/pytest-dev/pytest-mock/pull/415>
_:MockType
andAsyncMockType
can be imported frompytest_mock
for type annotation purposes.#​420 <https://github.com/pytest-dev/pytest-mock/issues/420>
_: Fixed a regression which would causemocker.patch.object
to not being properly cleared between tests.v3.13.0
Compare Source
#​417 <https://github.com/pytest-dev/pytest-mock/pull/417>
_:spy
now hasspy_return_list
, which is a list containing all the values returned by the spied function.pytest-mock
now requirespytest>=6.2.5
.#​410 <https://github.com/pytest-dev/pytest-mock/pull/410>
: pytest-mock'ssetup.py
file is removed.If you relied on this file, e.g. to install pytest using
setup.py install
,please see
Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary>
for alternatives.jd/tenacity (tenacity)
v8.3.0
Compare Source
New Features
stop_before_delay
, which will stop execution if the next sleep time would cause overall delay to exceed the specified delay. Useful for use cases where you have some upper bound on retry times that you must not exceed, so returning before that timeout is preferable than returning after that timeout.Bug Fixes
Other Notes
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.