Skip to content

Commit 39aa81e

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 c286ac9 commit 39aa81e

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

poetry.lock

Lines changed: 36 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
2929
shellingham = "^1.3.2"
3030
black = ">=20.8b1"
3131
isort = "^5.0.5"
32-
pyyaml = "^5.3.1"
32+
pyyaml = ">=5.3.1,<7.0.0"
3333
importlib_metadata = {version = ">=4.4", python = "<3.8"}
3434
pydantic = "^1.6.1"
3535
attrs = ">=20.1.0, <22.0"

0 commit comments

Comments
 (0)