mirror of https://github.com/CIRCL/PyCIRCLean
build(deps-dev): bump types-pyyaml from 6.0.12.9 to 6.0.12.10
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.9 to 6.0.12.10. - [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/81/head
parent
40b92b85bb
commit
6c541930f2
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "cachetools"
|
||||
|
@ -867,14 +867,14 @@ testing = ["build[virtualenv] (>=0.10)", "covdefaults (>=2.3)", "devpi-process (
|
|||
|
||||
[[package]]
|
||||
name = "types-pyyaml"
|
||||
version = "6.0.12.9"
|
||||
version = "6.0.12.10"
|
||||
description = "Typing stubs for PyYAML"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "types-PyYAML-6.0.12.9.tar.gz", hash = "sha256:c51b1bd6d99ddf0aa2884a7a328810ebf70a4262c292195d3f4f9a0005f9eeb6"},
|
||||
{file = "types_PyYAML-6.0.12.9-py3-none-any.whl", hash = "sha256:5aed5aa66bd2d2e158f75dda22b059570ede988559f030cf294871d3b647e3e8"},
|
||||
{file = "types-PyYAML-6.0.12.10.tar.gz", hash = "sha256:ebab3d0700b946553724ae6ca636ea932c1b0868701d4af121630e78d695fc97"},
|
||||
{file = "types_PyYAML-6.0.12.10-py3-none-any.whl", hash = "sha256:662fa444963eff9b68120d70cda1af5a5f2aa57900003c2006d7626450eaae5f"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -924,4 +924,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "a2e08ae7467c8b4569be410d8ba39c019e090dded3c97fa165cfd608f5a5dd50"
|
||||
content-hash = "d3aa5fdac42ee0b375960e23b2cb1e8fdf1db320abb3687ffc61f63a59dd5031"
|
||||
|
|
|
@ -33,7 +33,7 @@ tox = "^4.5.1"
|
|||
pytest-cov = "^4.0.0"
|
||||
PyYAML = "^6.0"
|
||||
mypy = "^1.3.0"
|
||||
types-PyYAML = "^6.0.12.9"
|
||||
types-PyYAML = "^6.0.12.10"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry_core>=1.2", "setuptools"]
|
||||
|
|
Loading…
Reference in New Issue