Skip to content

Commit 3b54ec8

Browse files
renovate[bot]renovate-botdbanty
authored
chore(deps): update dependency typer to ^0.4 (#484)
* chore(deps): update dependency typer to ^0.4 * chore(deps): update dependency typer to ^0.4 * chore: Remove typer-cli to allow newer Typer 0.4 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Dylan Anthony <[email protected]>
1 parent 12b077a commit 3b54ec8

File tree

2 files changed

+22
-39
lines changed

2 files changed

+22
-39
lines changed

poetry.lock

+21-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = ["CHANGELOG.md", "openapi_python_client/py.typed"]
2121
[tool.poetry.dependencies]
2222
python = "^3.7"
2323
jinja2 = "^3.0.0"
24-
typer = "^0.3"
24+
typer = "^0.4"
2525
colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
2626
shellingham = "^1.3.2"
2727
black = "*"
@@ -47,7 +47,6 @@ safety = "*"
4747
pytest-cov = "*"
4848
python-multipart = "*"
4949
flake8 = "*"
50-
typer-cli = "^0.0.12"
5150
types-PyYAML = "^6.0.3"
5251
types-certifi = "^2020.0.0"
5352
types-python-dateutil = "^2.0.0"
@@ -78,7 +77,6 @@ regen_integration = """
7877
openapi-python-client update --url https://raw.githubusercontent.com/openapi-generators/openapi-test-server/main/openapi.json --config integration-tests-config.yaml\
7978
&& mypy integration-tests --strict
8079
"""
81-
docs = "typer openapi_python_client/cli.py utils docs > usage.md"
8280

8381
[tool.black]
8482
line-length = 120

0 commit comments

Comments
 (0)