Skip to content

Commit

Permalink
chore(deps): update dependency httpx to v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 04e4269 commit a7ba805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
name: compiled-wheels
path: dist/

- uses: pypa/[email protected].8
- uses: pypa/[email protected].6
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dynamic = [
"version",
]
dependencies = [
"httpx==0.23.3",
"httpx==0.24.1",
"ydata-core>=0.2.0",
"pandas>=1.5.0",
"prettytable==3.6.0",
Expand Down

0 comments on commit a7ba805

Please sign in to comment.