Skip to content

Commit ee2ea90

Browse files
committed
chg: Bump deps, version
1 parent 485c1e0 commit ee2ea90

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.19.1
12+
rev: v3.21.0
1313
hooks:
1414
- id: pyupgrade
15-
args: [--py39-plus]
15+
args: [--py310-plus]

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pylacus"
3-
version = "1.19.0"
3+
version = "1.19.1"
44
description = "Python CLI and module for lacus"
55
authors = [
66
{name="Raphaël Vinot", email="raphael.vinot@circl.lu"}

0 commit comments

Comments
 (0)