Skip to content

Commit

Permalink
Bump the benchmark group in /benchmark with 7 updates (#594)
Browse files Browse the repository at this point in the history
* chore: bump version to 0.19.0

* Bump the benchmark group in /benchmark with 7 updates

Bumps the benchmark group in /benchmark with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [cattrs](https://github.com/python-attrs/cattrs) | `22.2.0` | `23.1.2` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.19.0` | `3.20.1` |
| [mashumaro](https://github.com/Fatal1ty/mashumaro) | `3.2` | `3.10` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.6.2` | `3.8.0` |
| [pandas](https://github.com/pandas-dev/pandas) | `1.5.2` | `2.1.1` |
| [typedload](https://github.com/ltworf/typedload) | `2.20` | `2.26` |
| [pyserde](https://github.com/yukinarit/pyserde) | `0.9.6` | `0.12.3` |


Updates `cattrs` from 22.2.0 to 23.1.2
- [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md)
- [Commits](python-attrs/cattrs@v22.2.0...v23.1.2)

Updates `marshmallow` from 3.19.0 to 3.20.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.19.0...3.20.1)

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

Updates `matplotlib` from 3.6.2 to 3.8.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.2...v3.8.0)

Updates `pandas` from 1.5.2 to 2.1.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.5.2...v2.1.1)

Updates `typedload` from 2.20 to 2.26
- [Release notes](https://github.com/ltworf/typedload/releases)
- [Changelog](https://github.com/ltworf/typedload/blob/master/docs/CHANGELOG.md)
- [Commits](ltworf/typedload@2.20...2.26)

Updates `pyserde` from 0.9.6 to 0.12.3
- [Release notes](https://github.com/yukinarit/pyserde/releases)
- [Commits](yukinarit/pyserde@v0.9.6...v0.12.3)

---
updated-dependencies:
- dependency-name: cattrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-major
  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] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Joseph Perez <joperez@hotmail.fr>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and wyfo authored Oct 20, 2023
1 parent b153121 commit ff82e91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
git config user.email github-actions@github.com
git fetch origin gh-pages --depth=1
- name: Set environment variable
# TODO use a better thing that `python setup.py`
run: |
echo "version=$(cat pyproject.toml | grep "version =" | cut -d' ' -f3 | cut -d'"' -f2 | cut -d. -f-2)" >> $GITHUB_ENV
echo "revision=$(cat pyproject.toml | grep "version =" | cut -d' ' -f3 | cut -d'"' -f2 | cut -d. -f3)" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions benchmark/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
for path in pathlib.Path(benchmarks.__file__).parent.iterdir()
if not path.name.startswith("_")
]
packages = ["pydantic"]


def time_it(func: Callable, arg: Any) -> float:
Expand Down
14 changes: 7 additions & 7 deletions benchmark/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cattrs==22.2.0
marshmallow==3.19.0
mashumaro==3.2
matplotlib==3.6.2
pandas==1.5.2
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.20
pyserde==0.9.6
typedload==2.26
pyserde==0.12.3

0 comments on commit ff82e91

Please sign in to comment.