Skip to content

Commit

Permalink
Droppned PyYAML <6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
expobrain committed Dec 1, 2023
1 parent 58a3691 commit 2ab5267
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- "3.1"
- "3.0"
pyyaml-version:
- "5.4"
- "6.0"
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages = [{ include = "flake8_flask_openapi_docstring", from = "src" }]
[tool.poetry.dependencies]
python = "^3.7,<3.12"
apispec = ">3"
pyyaml = ">=5.4"
pyyaml = ">=6"
setuptools = ">=40"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2ab5267

Please sign in to comment.