Skip to content

Commit 1dd891a

Browse files
Merge pull request #6 from inokufu/bump
🔖 New version 0.3.1
2 parents 06497a8 + 04a174a commit 1dd891a

5 files changed

Lines changed: 211 additions & 187 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: b3a2452
2+
_commit: 1c0960d
33
_src_path: [email protected]:inokufu/python-project-template.git
44
author_email: [email protected]
55
author_name: Inokufu

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ repos:
3535
- tomli
3636

3737
- repo: https://github.com/astral-sh/uv-pre-commit
38-
rev: 0.9.22
38+
rev: 0.10.8
3939
hooks:
4040
- id: uv-lock
4141

4242
- repo: https://github.com/owenlamont/uv-secure
43-
rev: 0.15.4
43+
rev: 0.17.0
4444
hooks:
4545
- id: uv-secure
4646

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - 2026-03-06
9+
10+
### Changed
11+
12+
- Upgrade dependencies
13+
814
## [0.3.0] - 2026-01-06
915

1016
### Changed

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "logger"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Python logger"
55
authors = [
66
{ name = "Inokufu", email = "[email protected]" }
@@ -9,25 +9,26 @@ readme = "docs/README.md"
99
requires-python = ">= 3.14"
1010

1111
dependencies = [
12-
"loguru~=0.7.3",
12+
"loguru>=0.7.3,<0.7.4",
1313
]
1414

1515
[tool.uv]
1616
add-bounds = "minor"
17+
package = true
1718

1819
[dependency-groups]
1920
dev = [
20-
"diff-cover>=10.1.0,<10.2.0",
21-
"griffe-inherited-docstrings>=1.1.2,<1.2.0",
21+
"diff-cover>=10.2.0,<10.3.0",
22+
"griffe-inherited-docstrings>=1.1.3,<1.2.0",
2223
"mkdocs>=1.6.1,<1.7.0",
23-
"mkdocs-material>=9.6.23,<9.7.0",
24-
"mkdocstrings-python>=1.18.2,<1.19.0",
24+
"mkdocs-material>=9.7.4,<9.8.0",
25+
"mkdocstrings-python>=2.0.3,<2.1.0",
2526
"pre-commit>=4.5.1,<4.6.0",
2627
"pytest>=9.0.2,<9.1.0",
2728
"pytest-cov>=7.0.0,<7.1.0",
2829
"pytest-mock>=3.15.1,<3.16.0",
29-
"ruff>=0.14.10,<0.14.11",
30-
"ty>=0.0.9,<0.0.10",
30+
"ruff>=0.15.4,<0.15.5",
31+
"ty>=0.0.20,<0.0.21",
3132
]
3233

3334
[tool.ruff]

0 commit comments

Comments
 (0)