Skip to content

Commit

Permalink
Bump dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Jan 7, 2025
1 parent b3bbb1e commit 43d75a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.\*

### Added
- Explicit support for python `3.13`.

## [0.22.0] - 2024-03-02
### Changed
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers=[
"Topic :: Software Development :: Build Tools",
]
dependencies = [
"httpx==0.27.*",
"httpx==0.28.*",
]
dynamic = ["version"]

Expand All @@ -46,13 +46,13 @@ testing = [
# Used to generate test tokens
"pyjwt==2.*",
# Used to mock httpx
"pytest_httpx==0.32.*",
"pytest_httpx==0.35.*",
# Used to mock date and time
"time-machine==2.*",
# Used to check coverage
"pytest-cov==5.*",
"pytest-cov==6.*",
# Used to run async tests
"pytest-asyncio==0.24.*",
"pytest-asyncio==0.25.*",
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 43d75a8

Please # to comment.