build(deps-dev): bump taskipy in /tests/ocpp-server in the regular group (#1229)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 26 Nov 2024 17:14:35 +0000 (18:14 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Nov 2024 17:14:35 +0000 (17:14 +0000)
Bumps the regular group in /tests/ocpp-server with 1 update: [taskipy](https://github.com/taskipy/taskipy).

Updates `taskipy` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](https://github.com/taskipy/taskipy/compare/1.14.0...1.14.1)

---
updated-dependencies:
- dependency-name: taskipy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tests/ocpp-server/poetry.lock

index f5e99cc270a8ab4c0641903b725f1c75fc043e1e..b20ca91e0c9bd8c514c8da9529402a0371cd746b 100644 (file)
@@ -261,19 +261,19 @@ files = [
 
 [[package]]
 name = "taskipy"
-version = "1.14.0"
+version = "1.14.1"
 description = "tasks runner for python projects"
 optional = false
 python-versions = "<4.0,>=3.6"
 files = [
-    {file = "taskipy-1.14.0-py3-none-any.whl", hash = "sha256:29040d9a8038170602feb71792bdef5203720ed30f595304aee843625892452b"},
-    {file = "taskipy-1.14.0.tar.gz", hash = "sha256:5d9631c29980481d59858f0a100ed3200cf7468ca8c0540ef19388586485532d"},
+    {file = "taskipy-1.14.1-py3-none-any.whl", hash = "sha256:6e361520f29a0fd2159848e953599f9c75b1d0b047461e4965069caeb94908f1"},
+    {file = "taskipy-1.14.1.tar.gz", hash = "sha256:410fbcf89692dfd4b9f39c2b49e1750b0a7b81affd0e2d7ea8c35f9d6a4774ed"},
 ]
 
 [package.dependencies]
 colorama = ">=0.4.4,<0.5.0"
 mslex = {version = ">=1.1.0,<2.0.0", markers = "sys_platform == \"win32\""}
-psutil = ">=5.7.2,<6.0.0"
+psutil = ">=5.7.2,<7"
 tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version >= \"3.7\" and python_version < \"4.0\""}
 
 [[package]]