From 42a62c82884a0bae178f2dc83ce5843fb8c0cebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:53:21 +0000 Subject: [PATCH] Bump the benchmark group in /benchmark with 8 updates Bumps the benchmark group in /benchmark with 8 updates: | 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.1` | | [mashumaro](https://github.com/Fatal1ty/mashumaro) | `3.10` | `3.13` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.0` | `3.8.4` | | [pandas](https://github.com/pandas-dev/pandas) | `2.1.1` | `2.2.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.4.2` | `2.7.1` | | [typedload](https://github.com/ltworf/typedload) | `2.26` | `2.28` | | [pyserde](https://github.com/yukinarit/pyserde) | `0.12.3` | `0.16.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.1 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.20.1...3.21.1) 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.8.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.4) 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.1 - [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.1) Updates `typedload` from 2.26 to 2.28 - [Release notes](https://github.com/ltworf/typedload/releases) - [Changelog](https://github.com/ltworf/typedload/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/ltworf/typedload/compare/2.26...2.28) Updates `pyserde` from 0.12.3 to 0.16.1 - [Release notes](https://github.com/yukinarit/pyserde/releases) - [Commits](https://github.com/yukinarit/pyserde/compare/v0.12.3...v0.16.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-patch 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..65c05f59 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.1 +mashumaro==3.13 +matplotlib==3.8.4 +pandas==2.2.2 +pydantic==2.7.1 +typedload==2.28 +pyserde==0.16.1