Skip to content

Commit

Permalink
Merge pull request nspcc-dev#80 from nspcc-dev/neo-mamba-update
Browse files Browse the repository at this point in the history
Neo mamba update
  • Loading branch information
roman-khimov authored Nov 30, 2023
2 parents 886869f + b7191dc commit fd8bb53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]" }]
Expand All @@ -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",
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
allure-python-commons==2.9.45
docker==6.1.3
importlib_metadata==5.0.0
neo-mamba==2.0.2
neo-mamba==2.3.0
paramiko==2.10.3
pexpect==4.8.0
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion src/neofs_testlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.11"
__version__ = "1.1.12"

0 comments on commit fd8bb53

Please sign in to comment.