Skip to content

Commit 50df52f

Browse files
chore(deps-dev): bump the development-dependencies group with 4 updates (#2838)
* chore(deps-dev): bump the development-dependencies group with 4 updates Bumps the development-dependencies group with 4 updates: [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [ruff](https://github.com/astral-sh/ruff), [moto](https://github.com/getmoto/moto) and [jupyterlab](https://github.com/jupyterlab/jupyterlab). Updates `boto3-stubs` from 1.34.108 to 1.34.113 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.4...v0.4.5) Updates `moto` from 5.0.7 to 5.0.8 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.7...5.0.8) Updates `jupyterlab` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) --- updated-dependencies: - dependency-name: boto3-stubs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: jupyterlab dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * fix noqa error --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Luttenberger <[email protected]>
1 parent 95c258c commit 50df52f

File tree

3 files changed

+35
-34
lines changed

3 files changed

+35
-34
lines changed

awswrangler/s3/_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def _add_glue_partitions(
239239
) -> None:
240240
pass
241241

242-
def write( # noqa: PLR0912,PLR0913
242+
def write( # noqa: PLR0913
243243
self,
244244
df: pd.DataFrame,
245245
path: str | None,

0 commit comments

Comments
 (0)