Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #516 from Atem18/dependabot/pip/httpx-0.27.2
Browse files Browse the repository at this point in the history
Bump httpx from 0.27.0 to 0.27.2
  • Loading branch information
Atem18 authored Nov 12, 2024
2 parents dac797a + 26bc4d2 commit e9065ff
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 @@ -22,7 +22,7 @@ classifiers = [
]

dependencies = [
"httpx == 0.27.0",
"httpx == 0.27.2",
"websockets == 12.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 @@ -33,7 +33,7 @@ hatchling==1.25.0
# via hatch
httpcore==1.0.5
# via httpx
httpx==0.27.0
httpx==0.27.2
# via
# hatch
# kraky (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
httpx==0.27.2
# via kraky (pyproject.toml)
identify==2.6.1
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
httpx==0.27.2
# via kraky (pyproject.toml)
idna==3.7
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
httpx==0.27.2
# via kraky (pyproject.toml)
idna==3.7
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
httpx==0.27.2
# via kraky (pyproject.toml)
idna==3.7
# via
Expand Down

0 comments on commit e9065ff

Please sign in to comment.