diff options
Diffstat (limited to '')
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/poetry.lock b/poetry.lock index 35bf5aff..3a52f1b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1429,14 +1429,14 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0"  [[package]]  name = "taskipy" -version = "1.10.3" +version = "1.10.4"  description = "tasks runner for python projects"  category = "dev"  optional = false  python-versions = ">=3.6,<4.0"  files = [ -    {file = "taskipy-1.10.3-py3-none-any.whl", hash = "sha256:4c0070ca53868d97989f7ab5c6f237525d52ee184f9b967576e8fe427ed9d0b8"}, -    {file = "taskipy-1.10.3.tar.gz", hash = "sha256:112beaf21e3d5569950b99162a1de003fa885fabee9e450757a6b874be914877"}, +    {file = "taskipy-1.10.4-py3-none-any.whl", hash = "sha256:b96245d7f2956d36821435acaa822143ef6d2ff6cfecc48cf0a48c4b95456c14"}, +    {file = "taskipy-1.10.4.tar.gz", hash = "sha256:0006429f708f530fc7add28ca51fd41f6c6e1fbe86763ff05125e1af3e8bdc7e"},  ]  [package.dependencies] @@ -1525,4 +1525,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.10.*" -content-hash = "b4cd8b14c6a7a404d594e525728319b46f9ed56a0047e9f2432cec6eac6d3098" +content-hash = "7b19a32f2ee40db2b497806477ed7ef07c44e22a665b3aebdc509f81825ca60e" diff --git a/pyproject.toml b/pyproject.toml index a298aef7..bf0f5e79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ whitenoise = "6.4.0"  [tool.poetry.group.dev.dependencies]  python-dotenv = "1.0.0" -taskipy = "1.10.3" +taskipy = "1.10.4"  [tool.poetry.group.lint.dependencies]  flake8 = "6.0.0" | 
