Skip to content

Commit

Permalink
bump httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Nov 28, 2024
1 parent c91c327 commit d7f3f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Requires [`httpx`](https://www.python-httpx.org)==0.28.\*

## [0.34.0] - 2024-11-18
### Added
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"httpx==0.27.*",
"httpx==0.28.*",
"pytest==8.*",
]
dynamic = ["version"]
Expand All @@ -51,7 +51,7 @@ issues = "https://github.com/Colin-b/pytest_httpx/issues"
[project.optional-dependencies]
testing = [
# Used to check coverage
"pytest-cov==5.*",
"pytest-cov==6.*",
# Used to run async tests
"pytest-asyncio==0.24.*",
]
Expand Down

0 comments on commit d7f3f05

Please sign in to comment.