mirror of https://github.com/CIRCL/PyCIRCLean
build(deps-dev): bump types-pyyaml from 6.0.12.3 to 6.0.12.4
Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.3 to 6.0.12.4. - [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/66/head
parent
fc2bee5b00
commit
0e1d513253
|
@ -904,14 +904,14 @@ testing = ["build[virtualenv] (>=0.9)", "covdefaults (>=2.2.2)", "devpi-process
|
|||
|
||||
[[package]]
|
||||
name = "types-pyyaml"
|
||||
version = "6.0.12.3"
|
||||
version = "6.0.12.4"
|
||||
description = "Typing stubs for PyYAML"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "types-PyYAML-6.0.12.3.tar.gz", hash = "sha256:17ce17b3ead8f06e416a3b1d5b8ddc6cb82a422bb200254dd8b469434b045ffc"},
|
||||
{file = "types_PyYAML-6.0.12.3-py3-none-any.whl", hash = "sha256:879700e9f215afb20ab5f849590418ab500989f83a57e635689e1d50ccc63f0c"},
|
||||
{file = "types-PyYAML-6.0.12.4.tar.gz", hash = "sha256:ade6e328a5a3df816c47c912c2e1e946ae2bace90744aa73111ee6834b03a314"},
|
||||
{file = "types_PyYAML-6.0.12.4-py3-none-any.whl", hash = "sha256:de3bacfc4e0772d9b1baf007c37354f3c34c8952e90307d5155b6de0fc183a67"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -961,4 +961,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "b4871919f50153a62a87191886b1932c8157b1d841939496988624d2d6408d14"
|
||||
content-hash = "7bced499799ea47a499a8c2f326ff3c1764e9933943da041534310c021841b78"
|
||||
|
|
|
@ -33,7 +33,7 @@ tox = "^4.4.2"
|
|||
pytest-cov = "^4.0.0"
|
||||
PyYAML = "^6.0"
|
||||
mypy = "^0.991"
|
||||
types-PyYAML = "^6.0.12.3"
|
||||
types-PyYAML = "^6.0.12.4"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry_core>=1.1", "setuptools"]
|
||||
|
|
Loading…
Reference in New Issue