Skip to content

Commit

Permalink
Bump the benchmark group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
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](python-attrs/cattrs@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](marshmallow-code/marshmallow@3.20.1...3.21.2)

Updates `mashumaro` from 3.10 to 3.13
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](Fatal1ty/mashumaro@v3.10...v3.13)

Updates `matplotlib` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@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](pandas-dev/pandas@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](pydantic/pydantic@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](yukinarit/pyserde@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent d48cc01 commit 7ed17dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions benchmark/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7ed17dc

Please sign in to comment.