forked from nspcc-dev/neofs-testlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request nspcc-dev#80 from nspcc-dev/neo-mamba-update
Neo mamba update
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "neofs-testlib" | ||
version = "1.1.11" | ||
version = "1.1.12" | ||
description = "Building blocks and utilities to facilitate development of automated tests for NeoFS system" | ||
readme = "README.md" | ||
authors = [{ name = "NSPCC", email = "[email protected]" }] | ||
|
@@ -19,7 +19,7 @@ dependencies = [ | |
"allure-python-commons>=2.9.45", | ||
"docker>=6.1.3", | ||
"importlib_metadata>=5.0; python_version < '3.10'", | ||
"neo-mamba==2.0.2", | ||
"neo-mamba==2.3.0", | ||
"paramiko>=2.10.3", | ||
"pexpect>=4.8.0", | ||
"requests>=2.31.0", | ||
|
@@ -48,7 +48,7 @@ line-length = 100 | |
target-version = ["py310"] | ||
|
||
[tool.bumpver] | ||
current_version = "1.1.11" | ||
current_version = "1.1.12" | ||
version_pattern = "MAJOR.MINOR.PATCH" | ||
commit_message = "Bump version {old_version} -> {new_version}" | ||
commit = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.1.11" | ||
__version__ = "1.1.12" |