From 7ed17dcfd7966c548c75f9d490ffc279878395ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:21:32 +0000 Subject: [PATCH] Bump the benchmark group across 1 directory with 8 updates Bumps the benchmark group with 8 updates in the /benchmark directory: | Package | From | To | | --- | --- | --- | | [cattrs](https://github.com/python-attrs/cattrs) | `23.1.2` | `23.2.3` | | [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.20.1` | `3.21.2` | | [mashumaro](https://github.com/Fatal1ty/mashumaro) | `3.10` | `3.13` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.0` | `3.9.0` | | [pandas](https://github.com/pandas-dev/pandas) | `2.1.1` | `2.2.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.4.2` | `2.7.2` | | [typedload](https://ltworf.codeberg.page/typedload/) | `2.26` | `2.31` | | [pyserde](https://github.com/yukinarit/pyserde) | `0.12.3` | `0.17.1` | Updates `cattrs` from 23.1.2 to 23.2.3 - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md) - [Commits](https://github.com/python-attrs/cattrs/compare/v23.1.2...v23.2.3) Updates `marshmallow` from 3.20.1 to 3.21.2 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.20.1...3.21.2) Updates `mashumaro` from 3.10 to 3.13 - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.10...v3.13) Updates `matplotlib` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.9.0) Updates `pandas` from 2.1.1 to 2.2.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.2.2) Updates `pydantic` from 2.4.2 to 2.7.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.4.2...v2.7.2) Updates `typedload` from 2.26 to 2.31 Updates `pyserde` from 0.12.3 to 0.17.1 - [Release notes](https://github.com/yukinarit/pyserde/releases) - [Commits](https://github.com/yukinarit/pyserde/compare/v0.12.3...v0.17.1) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: benchmark - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: benchmark - dependency-name: mashumaro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: benchmark - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: benchmark - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor dependency-group: benchmark - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: benchmark - dependency-name: typedload dependency-type: direct:production update-type: version-update:semver-minor dependency-group: benchmark - dependency-name: pyserde dependency-type: direct:production update-type: version-update:semver-minor dependency-group: benchmark ... Signed-off-by: dependabot[bot] --- benchmark/requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt index 7fadf6c8..b3e31708 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -1,8 +1,8 @@ -cattrs==23.1.2 -marshmallow==3.20.1 -mashumaro==3.10 -matplotlib==3.8.0 -pandas==2.1.1 -pydantic==2.4.2 -typedload==2.26 -pyserde==0.12.3 +cattrs==23.2.3 +marshmallow==3.21.2 +mashumaro==3.13 +matplotlib==3.9.0 +pandas==2.2.2 +pydantic==2.7.2 +typedload==2.31 +pyserde==0.17.1