Bump yappi from 1.3.3 to 1.3.5 (#672)

Bumps [yappi](https://github.com/sumerc/yappi) from 1.3.3 to 1.3.5.
- [Release notes](https://github.com/sumerc/yappi/releases)
- [Changelog](https://github.com/sumerc/yappi/blob/master/CHANGELOG)
- [Commits](https://github.com/sumerc/yappi/compare/1.3.3...1.3.5)

---
updated-dependencies:
- dependency-name: yappi
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-23 03:18:54 +01:00
committed by GitHub
parent 1e95f38c5f
commit f75a4968eb
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -1393,7 +1393,7 @@ watchmedo = ["PyYAML (>=3.10)"]
[[package]] [[package]]
name = "yappi" name = "yappi"
version = "1.3.3" version = "1.3.5"
description = "Yet Another Python Profiler" description = "Yet Another Python Profiler"
category = "dev" category = "dev"
optional = false optional = false
@ -1426,7 +1426,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "6d4a327c8fee71167362149fded454c2aed0a44b30b73b092b10fcc47fe7e98f" content-hash = "b7257e4ec695d1982243642d24b1ea37ad2475d9a3438565436703e55c0ffe8d"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -2396,7 +2396,7 @@ watchdog = [
{file = "watchdog-2.1.7.tar.gz", hash = "sha256:3fd47815353be9c44eebc94cc28fe26b2b0c5bd889dafc4a5a7cbdf924143480"}, {file = "watchdog-2.1.7.tar.gz", hash = "sha256:3fd47815353be9c44eebc94cc28fe26b2b0c5bd889dafc4a5a7cbdf924143480"},
] ]
yappi = [ yappi = [
{file = "yappi-1.3.3.tar.gz", hash = "sha256:855890cd9a90d833dd2df632d648de8ccd0a4c3131f1edc8abd004db0625b5e8"}, {file = "yappi-1.3.5.tar.gz", hash = "sha256:f54c25f04aa7c613633b529bffd14e0699a4363f414dc9c065616fd52064a49b"},
] ]
zipp = [ zipp = [
{file = "zipp-3.8.0-py3-none-any.whl", hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099"}, {file = "zipp-3.8.0-py3-none-any.whl", hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099"},

View File

@ -117,7 +117,7 @@ mkdocs-section-index = "^0.3.4"
dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" } dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }
# Performance testing # Performance testing
yappi = "^1.3.3" yappi = "^1.3.5"
pre-commit = "^2.19.0" pre-commit = "^2.19.0"