Skip to content

Commit 1a73fcb

Browse files
Bump pyyaml from 5.3.1 to 6.0
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 6.0. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.3.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50ee795 commit 1a73fcb

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

poetry.lock

+36-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
2727
shellingham = "^1.3.2"
2828
black = ">=20.8b1"
2929
isort = "^5.0.5"
30-
pyyaml = "^5.3.1"
30+
pyyaml = ">=5.3.1,<7.0.0"
3131
importlib_metadata = {version = ">=4.4", python = "<3.8"}
3232
pydantic = "^1.6.1"
3333
attrs = ">=20.1.0, <22.0"

0 commit comments

Comments
 (0)