Skip to content

Commit 74b90d7

Browse files
authored
Prepare release 2.0.0 (#231)
1 parent 2daf34e commit 74b90d7

6 files changed

Lines changed: 26 additions & 19 deletions

File tree

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+
* [2.0.0](changes_2.0.0.md)
45
* [1.1.0](changes_1.1.0.md)
56
* [1.0.1](changes_1.0.1.md)
67
* [1.0.0](changes_1.0.0.md)
@@ -24,6 +25,7 @@
2425
hidden:
2526
---
2627
unreleased
28+
changes_2.0.0
2729
changes_1.1.0
2830
changes_1.0.1
2931
changes_1.0.0

doc/changes/changes_2.0.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 2.0.0 - 2025-07-04
2+
3+
## Security
4+
5+
* #228: Relocked dependencies for CVE-2025-50182 and CVE-2025-50181 for transitive dependence `urllib3`
6+
7+
## Refactorings
8+
9+
* #230: Updated exasol-saas-api (1.1.1 -> 2.2.0) and pytest-exasol-backend (0.4.0 -> 1.0.0)

doc/changes/unreleased.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
# Unreleased
2-
3-
# Security
4-
5-
* #228: Relocked dependencies for CVE-2025-50182 and CVE-2025-50181 for transitive dependence `urllib3`

exasol/bucketfs/version.py

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

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-bucketfs"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
requires-python = ">=3.10,<4.0"
55
description = "BucketFS utilities for the Python programming language"
66
authors = [
@@ -31,7 +31,7 @@ packages = [
3131

3232
[tool.poetry.dependencies]
3333
requests = ">=2.32.4"
34-
exasol-saas-api=">1.0,<2.0"
34+
exasol-saas-api=">2.0.0,<3.0"
3535
# Temp.fix
3636
httpx=">=0.27.0"
3737
attrs=">=23.2.0"
@@ -44,7 +44,7 @@ toml = ">=0.10.2"
4444
sphinx-copybutton = "^0.5.0"
4545
exasol-toolbox = "^1.6.0"
4646
pytest-localserver = "^0.8.1"
47-
pytest-exasol-backend = ">=0.3.2,<1"
47+
pytest-exasol-backend = ">=1.0.0,<2"
4848

4949
[tool.coverage.run]
5050
source = [

0 commit comments

Comments
 (0)