Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: openapi-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 1d27bfe commit 878fec7
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.2.1"
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 878fec7

Please sign in to comment.