Skip to content

Commit 8b40ca4

Browse files
ahsimbredcatbear
andauthored
dependency update (#84)
* dependency update * Apply suggestions from code review Co-authored-by: Sebastian Bär <rcb4gh@proton.me> --------- Co-authored-by: Sebastian Bär <rcb4gh@proton.me>
1 parent b3ec788 commit 8b40ca4

File tree

17 files changed

+1639
-973
lines changed

17 files changed

+1639
-973
lines changed

pytest-backend/doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [0.3.0](changes_0.3.0.md)
88
* [0.3.1](changes_0.3.1.md)
99
* [0.3.2](changes_0.3.2.md)
10+
* [0.3.3](changes_0.3.3.md)
1011

1112
<!--- This MyST Parser Sphinx directive is necessary to keep Sphinx happy. We need list here all release letters again, because release droid and other scripts assume Markdown --->
1213
```{toctree}
@@ -20,5 +21,6 @@ changes_0.2.1
2021
changes_0.3.0
2122
changes_0.3.1
2223
changes_0.3.2
24+
changes_0.3.3
2325
2426
```
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 0.3.3 - 2025-02-11
2+
3+
## Summary
4+
5+
Dependency update on top of 0.3.2
6+
7+
## Internal
8+
9+
* Updated exasol-bucketfs to >=1.0.0

pytest-backend/exasol/pytest_backend/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
77
MAJOR = 0
88
MINOR = 3
9-
PATCH = 2
9+
PATCH = 3
1010
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

pytest-backend/poetry.lock

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

pytest-backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-exasol-backend"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = ""
55
authors = ["Mikhail Beck <mikhail.beck@exasol.com>"]
66
readme = "README.md"
@@ -17,7 +17,7 @@ backend = "exasol.pytest_backend"
1717

1818
[tool.poetry.group.dev.dependencies]
1919
exasol-toolbox = ">=0.16.0,<1"
20-
exasol-bucketfs = ">=0.13.0,<1"
20+
exasol-bucketfs = ">=1.0.0"
2121
pyexasol = ">=0.26.0"
2222

2323
[build-system]

pytest-extension/doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
* [unreleased](unreleased.md)
4+
* [0.2.2](changes_0.2.2.md)
45
* [0.2.1](changes_0.2.1.md)
56
* [0.2.0](changes_0.2.0.md)
67
* [0.1.0](changes_0.1.0.md)
@@ -11,6 +12,7 @@
1112
hidden:
1213
---
1314
unreleased
15+
changes_0.2.2
1416
changes_0.2.1
1517
changes_0.2.0
1618
changes_0.1.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 0.2.2 - 2025-02-11
2+
3+
## Summary
4+
5+
Dependency update on top of 0.2.1
6+
7+
## Internal
8+
9+
* Relock dependencies
10+
* Updated python-toolbox to >=0.16.0
11+
* Updated exasol-python to >=1.0.0
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
# Unreleased
2-
3-
## Internal
4-
5-
* Relock dependencies
6-
* Updated python-toolbox to >=0.16.0

pytest-extension/exasol/pytest_extension/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
77
MAJOR = 0
88
MINOR = 2
9-
PATCH = 1
9+
PATCH = 2
1010
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

pytest-extension/poetry.lock

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

0 commit comments

Comments
 (0)