Skip to content

Commit 030d0b3

Browse files
authored
Merge pull request #159 from at-gmbh/feature/update-dependencies
update dependencies regarding renovate bot
2 parents 129e184 + da16ec5 commit 030d0b3

File tree

4 files changed

+33
-25
lines changed

4 files changed

+33
-25
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- Placeholder for future updates and new features.
1212

13+
## [1.1.1] - 2025-03-13
14+
15+
### Changed
16+
- Updated dependency `setuptools` to v76.
17+
- Updated dependency `pytest` to v8.3.5.
18+
- Updated dependency `typer` to v0.15.2.
19+
- Updated pre-commit hook `astral-sh/ruff-pre-commit` to v0.9.10.
20+
21+
1322
## [1.1.0] - 2025-02-26
1423

1524
### Added

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "at-python-template"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "This is the official Python Project Template of Alexander Thamm GmbH (AT)"
55
authors = [
66
"Christian Baur <[email protected]>",
@@ -9,7 +9,6 @@ authors = [
99
# "Steffen Bunzel <[email protected]>",
1010
# "Hans Rauer <[email protected]>",
1111
# "Simon Weiß <[email protected]>",
12-
# "Honza Bílek <[email protected]>",
1312
]
1413
license = "Apache License, Version 2.0"
1514
readme = "README.md"
@@ -22,11 +21,11 @@ pre-commit = "^4.1.0"
2221
pytest-mock = "^3.12"
2322
pyhocon = "^0.3.60"
2423
pyyaml = "^6.0"
25-
typer = "^0.15.0"
26-
setuptools = "^75.8.2"
24+
typer = "^0.15.2"
25+
setuptools = "^76.0.0"
2726

2827
[tool.poetry.group.dev.dependencies]
29-
pytest = "^8.0.0"
28+
pytest = "^8.3.5"
3029
pytest-cov = "^6.0.0"
3130

3231
[build-system]

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
language_version: python3.9
2020
exclude: ^notebooks{% else %}
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.9.7'
22+
rev: 'v0.9.10'
2323
hooks:
2424
- id: ruff{% endif %}
2525
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)