From 1f0164836c57dc6819e7b4188ad6b1606e9736bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:29:02 +0000 Subject: [PATCH 1/3] Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.12. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf...e53eb8b103ffcb59469888563dc324e3c8ba6f06) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index bbeec600..5272db53 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -14,7 +14,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf + uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} From 2547edd614b066bd704d49d9cfcbe7e6e2cbe65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:38:18 +0000 Subject: [PATCH 2/3] Bump opencv-python from 4.7.0.72 to 4.9.0.80 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.7.0.72 to 4.9.0.80. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 714727fb..346a883b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ einops==0.7.0 opencv-python-headless==4.8.1.78 numpy openai==0.28.0 -opencv-python==4.7.0.72 +opencv-python==4.9.0.80 timm yapf autopep8 From cd03a803f3cbf6ee9c09d86d28894aa535d4e610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:39:20 +0000 Subject: [PATCH 3/3] Bump pre-commit from 3.2.2 to 3.6.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.6.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.2...v3.6.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 714727fb..0a4882e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ rich==13.5.2 mkdocs mkdocs-material mkdocs-glightbox -pre-commit==3.2.2 +pre-commit==3.6.2 peft psutil ultralytics