Skip to content

Commit

Permalink
Merge pull request #62 from smallstep/dependabot/pip/openapi-python-c…
Browse files Browse the repository at this point in the history
…lient-0.20.0

Bump openapi-python-client from 0.19.1 to 0.20.0
  • Loading branch information
github-actions[bot] authored Jun 7, 2024
2 parents e394aad + e15db25 commit b693912
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 9 deletions.
91 changes: 84 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "smallstep"}]

[tool.poetry.dependencies]
python = "^3.9"
openapi-python-client = "0.19.1"
openapi-python-client = "0.20.0"
pydantic-settings = "2.3.0"
pyhumps = "^3.8.0"

Expand All @@ -18,7 +18,7 @@ black = ">=23.7,<25.0"
pre-commit = "^3.3.3"
ruff = ">=0.0.286,<0.3.8"
pytest = ">=7.4,<9.0"
openapi-python-client = ">=0.15.2,<0.20.0"
openapi-python-client = ">=0.15.2,<0.21.0"

[tool.black]
line-length = 119
Expand Down

0 comments on commit b693912

Please sign in to comment.