diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-24 08:14:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 08:14:45 +0100 |
commit | 6e32ecf62a92b4354e3df818aeace60aa1c9b4b8 (patch) | |
tree | 580727fa7b3828d91c034bf7282355912d046aec | |
parent | Remove legacy code of single user device resync api (#15418) (diff) | |
download | synapse-6e32ecf62a92b4354e3df818aeace60aa1c9b4b8.tar.xz |
Bump types-pyyaml from 6.0.12.8 to 6.0.12.9 (#15471)
* Bump types-pyyaml from 6.0.12.8 to 6.0.12.9 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.8 to 6.0.12.9. - [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> * Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | changelog.d/15471.misc | 1 | ||||
-rw-r--r-- | poetry.lock | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/changelog.d/15471.misc b/changelog.d/15471.misc new file mode 100644 index 0000000000..c5b16174c5 --- /dev/null +++ b/changelog.d/15471.misc @@ -0,0 +1 @@ +Bump types-pyyaml from 6.0.12.8 to 6.0.12.9. diff --git a/poetry.lock b/poetry.lock index 4f1ebbfe53..35e54c0d44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3097,14 +3097,14 @@ cryptography = ">=35.0.0" [[package]] name = "types-pyyaml" -version = "6.0.12.8" +version = "6.0.12.9" description = "Typing stubs for PyYAML" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-PyYAML-6.0.12.8.tar.gz", hash = "sha256:19304869a89d49af00be681e7b267414df213f4eb89634c4495fa62e8f942b9f"}, - {file = "types_PyYAML-6.0.12.8-py3-none-any.whl", hash = "sha256:5314a4b2580999b2ea06b2e5f9a7763d860d6e09cdf21c0e9561daa9cbd60178"}, + {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"}, ] [[package]] |