build(deps-dev): bump codecov from 2.1.12 to 2.1.13 (#1055)

Bumps [codecov](https://github.com/codecov/codecov-python) from 2.1.12 to 2.1.13.
- [Release notes](https://github.com/codecov/codecov-python/releases)
- [Changelog](https://github.com/codecov/codecov-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-python/commits)

---
updated-dependencies:
- dependency-name: codecov
  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]
2023-04-18 11:03:31 +08:00
committed by GitHub
parent 85b0554c58
commit 48342e9689
2 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@ python = "<3.8"
# Testing
pytest = "^7.3.0"
pytest-cov = "^4.0.0"
codecov = "^2.1.12"
codecov = "^2.1.13"
pytest-asyncio = "^0.21.0"
fastapi = ">=0.70.1,<0.86"
flake8 = "^3.9.2"