Skip to content

Commit e26bb70

Browse files
release: 2023.7.1 (#53)
1 parent 1e5d2c2 commit e26bb70

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
workflow_dispatch:
1515

1616
env:
17-
POETRY_VERSION: 1.4.2
17+
POETRY_VERSION: 1.5.1
1818

1919
jobs:
2020
tests:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*.*.*'
77

88
env:
9-
POETRY_VERSION: 1.4.2
9+
POETRY_VERSION: 1.5.1
1010

1111
jobs:
1212
release:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.4.0
5+
rev: v3.9.0
66
hooks:
77
- id: pyupgrade
88
args:
99
- --keep-runtime-typing
1010
- --py39-plus
1111

1212
- repo: https://github.com/python-poetry/poetry
13-
rev: 1.4.2
13+
rev: 1.5.1
1414
hooks:
1515
- id: poetry-check
1616

@@ -30,6 +30,6 @@ repos:
3030
- id: check-added-large-files
3131

3232
- repo: https://github.com/psf/black
33-
rev: 23.3.0
33+
rev: 23.7.0
3434
hooks:
3535
- id: black

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openeo-pg-parser-networkx"
3-
version = "2023.7.0"
3+
version = "2023.7.1"
44
description = "Parse OpenEO process graphs from JSON to traversible Python objects."
55
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)