Skip to content

Commit 7d9ddc9

Browse files
authored
chore(deps): Update PyYAML (#569)
1 parent 0101a03 commit 7d9ddc9

File tree

2 files changed

+41
-37
lines changed

2 files changed

+41
-37
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
2626
shellingham = "^1.3.2"
2727
black = "*"
2828
isort = "^5.0.5"
29-
pyyaml = "^5.3.1"
3029
importlib_metadata = {version = ">2,<5", python = "<3.8"}
3130
pydantic = "^1.6.1"
3231
attrs = "^21.0.0"
3332
python-dateutil = "^2.8.1"
3433
httpx = ">=0.15.4,<0.22.0"
3534
autoflake = "^1.4"
3635
typing-extensions = { version = "*", python = "<3.8" }
36+
PyYAML = "^6.0"
3737

3838
[tool.poetry.scripts]
3939
openapi-python-client = "openapi_python_client.cli:app"
@@ -48,7 +48,7 @@ pytest-cov = "*"
4848
python-multipart = "*"
4949
flake8 = "*"
5050
typer-cli = "^0.0.12"
51-
types-PyYAML = "^5.4.3"
51+
types-PyYAML = "^6.0.3"
5252
types-certifi = "^2020.0.0"
5353
types-python-dateutil = "^2.0.0"
5454
types-dataclasses = { version = "^0.6.0", python = "<3.7" }

0 commit comments

Comments
 (0)