From 9ff9a94fe055107d80bd641368657795ac149659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 09:08:18 +0000 Subject: [PATCH] chore(deps-dev): bump the python-dev group across 1 directory with 3 updates Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff) and [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version. Updates `hypothesis` to 6.168.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.167.1...v6.168.0) Updates `ruff` from 0.16.6 to 0.16.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.6...0.16.8) Updates `pyinstaller` to 6.22.3 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.22.2...v6.22.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.168.0 dependency-type: direct:development dependency-group: python-dev - dependency-name: pyinstaller dependency-version: 6.22.3 dependency-type: direct:development dependency-group: python-dev - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36a7d47..a03bb42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Changelog = "https://github.com/goun7/pkgforge/blob/master/CHANGELOG.md" [project.optional-dependencies] gui = ["PyQt6>=6.11.0"] api = ["fastapi>=0.141.1", "uvicorn[standard]>=0.30.0", "pydantic>=2.13.5"] -dev = ["pytest>=9.1.1", "pytest-cov>=7.1.0", "pytest-timeout>=2.4.0", "hypothesis>=6.167.1", "mypy>=1.0", "bandit>=1.9.4"] +dev = ["pytest>=9.1.1", "pytest-cov>=7.1.0", "pytest-timeout>=2.4.0", "hypothesis>=6.168.0", "mypy>=1.0", "bandit>=1.9.4"] [project.scripts] pkgforge = "main:main" diff --git a/requirements-dev.txt b/requirements-dev.txt index c577f99..8504c1a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,8 +8,8 @@ pytest-cov>=7.1.0 pytest-timeout>=2.4.0 mypy==2.3.1 bandit>=1.9.4 -ruff==0.16.6 -hypothesis>=6.167.1 +ruff==0.16.8 +hypothesis>=6.168.0 httpx>=0.28.1 jeepney>=0.9.0 -pyinstaller>=6.22.2 +pyinstaller>=6.22.3