Compare commits
1 Commits
71a3b50685
...
3246fd7f49
| Author | SHA1 | Date | |
|---|---|---|---|
| 3246fd7f49 |
8
poetry.lock
generated
8
poetry.lock
generated
@@ -106,13 +106,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bump-my-version"
|
name = "bump-my-version"
|
||||||
version = "0.32.1"
|
version = "0.33.0"
|
||||||
description = "Version bump your Python project"
|
description = "Version bump your Python project"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "bump_my_version-0.32.1-py3-none-any.whl", hash = "sha256:76605d0f98d0627b4cff972b4fcd56ff5423357047d954421fe6b721304e5ceb"},
|
{file = "bump_my_version-0.33.0-py3-none-any.whl", hash = "sha256:05a30ef1f29236fb11acc502232612cc9405a79017c4f83cc68eaa3b75a4376a"},
|
||||||
{file = "bump_my_version-0.32.1.tar.gz", hash = "sha256:cb537096cba01a2832972902bfff9e0e0d6e8f8dc9fe31c742096a331262e2aa"},
|
{file = "bump_my_version-0.33.0.tar.gz", hash = "sha256:97fa6c7601f6fabd86f7edd7150b99d0dd31c90f5dbb23924147fb8d865905be"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -914,4 +914,4 @@ files = [
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "c3ded34767c63e8e809e4f326f4caeee87c855a4e1e97fe1bfe1da6ab1fd758c"
|
content-hash = "d79e054b7b6179a6050fa75cf8e999e3619d0a3b590ba134250848600b168b6c"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ black = "^24.0.0"
|
|||||||
mypy = "^1.5.1"
|
mypy = "^1.5.1"
|
||||||
pylama = "^8.4.1"
|
pylama = "^8.4.1"
|
||||||
types-pyyaml = "^6.0.12.11"
|
types-pyyaml = "^6.0.12.11"
|
||||||
bump-my-version = "^0.32.0"
|
bump-my-version = "^0.33.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|||||||
Reference in New Issue
Block a user