From 9f33b27c4f337229c395588062623c0ecba2ee28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 10:22:35 +0000 Subject: [PATCH] ci(dependabot-pip): update just-bin requirement Updates the requirements on [just-bin](https://github.com/justin-yan/pybin) to permit the latest version. - [Commits](https://github.com/justin-yan/pybin/commits) --- updated-dependencies: - dependency-name: just-bin dependency-version: 1.48.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e25d4fa..6aa6af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ urls.Tracker = "https://github.com/espressif/sync-jira-actions/tags/issues" dependencies = ["PyGithub==2.2.0", "jira==3.6.0", "requests>=2.25.0"] - optional-dependencies.dev = ["czespressif", "just-bin~=1.26.0", "pip-tools~=7.3", "pre-commit>=3.3", "pytest", "pytest-cov"] + optional-dependencies.dev = ["czespressif", "just-bin~=1.48.1", "pip-tools~=7.3", "pre-commit>=3.3", "pytest", "pytest-cov"] [build-system] build-backend = "setuptools.build_meta"