Skip to content

Commit

Permalink
build: bump httpx from 0.27.0 to 0.28.1 in /ClientAdvisor/App
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.27.0 to 0.28.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.1)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 10f72c5 commit c3b56c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClientAdvisor/App/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aiohttp==3.9.2
gunicorn==20.1.0
quart-session==3.0.0
pymssql==2.3.0
httpx==0.27.0
httpx==0.28.1
pytest-asyncio==0.24.0
pytest-cov==5.0.0
flake8==7.1.1
Expand Down
2 changes: 1 addition & 1 deletion ClientAdvisor/App/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aiohttp==3.9.2
gunicorn==20.1.0
quart-session==3.0.0
pymssql==2.3.0
httpx==0.27.0
httpx==0.28.1
pytest-asyncio==0.24.0
pytest-cov==5.0.0
flake8==7.1.1
Expand Down

0 comments on commit c3b56c7

Please sign in to comment.