Compare commits
1 Commits
57b05a53d3
...
be4919d303
| Author | SHA1 | Date | |
|---|---|---|---|
| be4919d303 |
10
poetry.lock
generated
10
poetry.lock
generated
@@ -84,13 +84,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bump-my-version"
|
name = "bump-my-version"
|
||||||
version = "0.31.1"
|
version = "0.30.0"
|
||||||
description = "Version bump your Python project"
|
description = "Version bump your Python project"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "bump_my_version-0.31.1-py3-none-any.whl", hash = "sha256:3b9f496eb5554208d91f84fcb781628bdd4549e055fd3282804959453ebd1857"},
|
{file = "bump_my_version-0.30.0-py3-none-any.whl", hash = "sha256:b0d683a1cb97fbc2f46adf8eb39ff1f0bdd72866c3583fe01f9837d6f031e5e3"},
|
||||||
{file = "bump_my_version-0.31.1.tar.gz", hash = "sha256:83962dbd593b3edb426661a4c2276a0842a7eaa5dee896543b771c358ac78915"},
|
{file = "bump_my_version-0.30.0.tar.gz", hash = "sha256:d53e784c73abc4bb5759e296f510bc71878e1df078eb525542ec9291b5ceb195"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -785,4 +785,4 @@ files = [
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "6fe8771c87192706d13f446251adf5e56e147bcf5a1894a093f5951b57f09db4"
|
content-hash = "44cb63b85bb499c9d2d92b29553d87b6223f59d64d913833e51be09a7416b5fb"
|
||||||
|
|||||||
@@ -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.31.0"
|
bump-my-version = "^0.30.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|||||||
Reference in New Issue
Block a user