build(deps-dev): bump types-pyyaml from 6.0.12.4 to 6.0.12.5

Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.4 to 6.0.12.5.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/70/head
dependabot[bot] 2023-02-09 16:57:38 +00:00 committed by GitHub
parent 284f32c5d9
commit b67ee6d1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -904,14 +904,14 @@ testing = ["build[virtualenv] (>=0.9)", "covdefaults (>=2.2.2)", "devpi-process
[[package]] [[package]]
name = "types-pyyaml" name = "types-pyyaml"
version = "6.0.12.4" version = "6.0.12.5"
description = "Typing stubs for PyYAML" description = "Typing stubs for PyYAML"
category = "dev" category = "dev"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "types-PyYAML-6.0.12.4.tar.gz", hash = "sha256:ade6e328a5a3df816c47c912c2e1e946ae2bace90744aa73111ee6834b03a314"}, {file = "types-PyYAML-6.0.12.5.tar.gz", hash = "sha256:3b61b7a8111ce368eb366e4a13f3e94e568bc2ed6227e01520a50ee07993bf38"},
{file = "types_PyYAML-6.0.12.4-py3-none-any.whl", hash = "sha256:de3bacfc4e0772d9b1baf007c37354f3c34c8952e90307d5155b6de0fc183a67"}, {file = "types_PyYAML-6.0.12.5-py3-none-any.whl", hash = "sha256:dcaf87b65b839e7b641721346ef8b12a87f94071e15205a64ac93ca0e0afc77a"},
] ]
[[package]] [[package]]
@ -961,4 +961,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "e077aa3f5dd4f28a2be307f30008bd4a6d3a9dc3300d43e4f87c9ab7a6785617" content-hash = "47d8bbd1e039e5804c951bdc0cca8898abcf2deb6bb61308e586020b1fcc5605"

View File

@ -33,7 +33,7 @@ tox = "^4.4.4"
pytest-cov = "^4.0.0" pytest-cov = "^4.0.0"
PyYAML = "^6.0" PyYAML = "^6.0"
mypy = "^0.991" mypy = "^0.991"
types-PyYAML = "^6.0.12.4" types-PyYAML = "^6.0.12.5"
[build-system] [build-system]
requires = ["poetry_core>=1.1", "setuptools"] requires = ["poetry_core>=1.1", "setuptools"]