Skip to content

Commit a7ba805

Browse files
chore(deps): update dependency httpx to v0.24.1
1 parent 04e4269 commit a7ba805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
name: compiled-wheels
131131
path: dist/
132132

133-
- uses: pypa/[email protected].8
133+
- uses: pypa/[email protected].6
134134
with:
135135
user: __token__
136136
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dynamic = [
3737
"version",
3838
]
3939
dependencies = [
40-
"httpx==0.23.3",
40+
"httpx==0.24.1",
4141
"ydata-core>=0.2.0",
4242
"pandas>=1.5.0",
4343
"prettytable==3.6.0",

0 commit comments

Comments
 (0)