Skip to content

Commit

Permalink
Merge pull request #418 from Atem18/dependabot/pip/typer-0.12.3
Browse files Browse the repository at this point in the history
chore(deps): bump typer from 0.10.0 to 0.12.3
  • Loading branch information
Atem18 committed Apr 29, 2024
2 parents d0a2417 + d7a8175 commit cae42e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"httpx == 0.26.0",
"websockets == 12.0",
"typer == 0.10.0",
"typer == 0.12.3",
"python-dotenv == 1.0.1",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements/build-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tomlkit==0.12.4
# via hatch
trove-classifiers==2024.2.23
# via hatchling
typer==0.10.0
typer==0.12.3
# via kraky (pyproject.toml)
typing-extensions==4.9.0
# via typer
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sniffio==1.3.1
# anyio
# httpcore
# httpx
typer==0.10.0
typer==0.12.3
# via kraky (pyproject.toml)
typing-extensions==4.9.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ sniffio==1.3.1
# httpx
soupsieve==2.5
# via beautifulsoup4
typer==0.10.0
typer==0.12.3
# via kraky (pyproject.toml)
typing-extensions==4.9.0
# via typer
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sniffio==1.3.1
# anyio
# httpcore
# httpx
typer==0.10.0
typer==0.12.3
# via kraky (pyproject.toml)
typing-extensions==4.9.0
# via typer
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sniffio==1.3.1
# httpx
tox==4.12.1
# via kraky (pyproject.toml)
typer==0.10.0
typer==0.12.3
# via kraky (pyproject.toml)
typing-extensions==4.9.0
# via typer
Expand Down

0 comments on commit cae42e7

Please sign in to comment.