Skip to content

Commit

Permalink
Bump the minimum supported version of Hatchling to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Dec 18, 2023
1 parent 6b12353 commit 1c413d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/history/hatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Allow for overriding config of internal environments
- Concretely state the expected API contract for the environment interface methods `find` and `check_compatibility`
- Upgrade Ruff to 0.1.8
- Bump the minimum supported version of Hatchling to 1.21.0

***Fixed:***

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.19.0", "hatch-vcs>=0.3.0"]
requires = ["hatchling>=1.21.0", "hatch-vcs>=0.3.0"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -39,7 +39,7 @@ classifiers = [
]
dependencies = [
"click>=8.0.6",
"hatchling>=1.19.0",
"hatchling>=1.21.0",
"httpx>=0.22.0",
"hyperlink>=21.0.0",
"keyring>=23.5.0",
Expand Down

0 comments on commit 1c413d3

Please sign in to comment.