From b0a0487bb107ac8ec50d056d7b5f3e2670c90fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:57:11 +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.12` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.0` | `3.8.3` | | [pandas](https://github.com/pandas-dev/pandas) | `2.1.1` | `2.2.1` | | [pydantic](https://github.com/pydantic/pydantic) | `2.4.2` | `2.6.4` | | [typedload](https://github.com/ltworf/typedload) | `2.26` | `2.27` | | [pyserde](https://github.com/yukinarit/pyserde) | `0.12.3` | `0.15.0` | 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.12 - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](https://github.com/Fatal1ty/mashumaro/compare/v3.10...v3.12) Updates `matplotlib` from 3.8.0 to 3.8.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.3) Updates `pandas` from 2.1.1 to 2.2.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.2.1) Updates `pydantic` from 2.4.2 to 2.6.4 - [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.6.4) Updates `typedload` from 2.26 to 2.27 - [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.27) Updates `pyserde` from 0.12.3 to 0.15.0 - [Release notes](https://github.com/yukinarit/pyserde/releases) - [Commits](https://github.com/yukinarit/pyserde/compare/v0.12.3...v0.15.0) --- 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..290cdfc0 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.12 +matplotlib==3.8.3 +pandas==2.2.1 +pydantic==2.6.4 +typedload==2.27 +pyserde==0.15.0