Skip to content

Commit

Permalink
update hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Dec 16, 2024
1 parent 2dfdd58 commit ffe7acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/history/hatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.13.1](https://github.com/pypa/hatch/releases/tag/hatch-v1.13.1) - 2024-12-16 ## {: #hatch-v1.13.1 }

***Added:***

- Upgrade default CPython distributions to 20241206
- Bump the minimum supported version of Hatchling to 1.26.3
- Update `virtualenv` dependency

## [1.13.0](https://github.com/pypa/hatch/releases/tag/hatch-v1.13.0) - 2024-10-13 ## {: #hatch-v1.13.0 }
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.24.2", "hatch-vcs>=0.3.0"]
requires = ["hatchling>=1.26.3", "hatch-vcs>=0.3.0"]
build-backend = "hatchling.build"

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

0 comments on commit ffe7acf

Please sign in to comment.