git: 5f1d5ff693bc - main - devel/py-pip-audit: Update to 2.9.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 18 Apr 2025 05:45:22 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f1d5ff693bc017ce6ac067049523a7d1038bf95

commit 5f1d5ff693bc017ce6ac067049523a7d1038bf95
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-18 05:15:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-18 05:37:34 +0000

    devel/py-pip-audit: Update to 2.9.0
    
    Changes:        https://github.com/pypa/pip-audit/releases
---
 devel/py-pip-audit/Makefile                   |  3 +--
 devel/py-pip-audit/distinfo                   |  6 +++---
 devel/py-pip-audit/files/patch-pyproject.toml | 13 -------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/devel/py-pip-audit/Makefile b/devel/py-pip-audit/Makefile
index db40444bd46b..35681ade0e0c 100644
--- a/devel/py-pip-audit/Makefile
+++ b/devel/py-pip-audit/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pip-audit
-PORTVERSION=	2.8.0
-PORTREVISION=	1
+PORTVERSION=	2.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/pypa/pip-audit/releases/download/v${PORTVERSION}/
diff --git a/devel/py-pip-audit/distinfo b/devel/py-pip-audit/distinfo
index f584c53cb09b..e3242943b9af 100644
--- a/devel/py-pip-audit/distinfo
+++ b/devel/py-pip-audit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1739116710
-SHA256 (pip_audit-2.8.0.tar.gz) = 9816cbd94de6f618a8965c117433006b3d565a708dc05d5a7be47ab65b66fa05
-SIZE (pip_audit-2.8.0.tar.gz) = 51073
+TIMESTAMP = 1744288938
+SHA256 (pip_audit-2.9.0.tar.gz) = 0b998410b58339d7a231e5aa004326a294e4c7c6295289cdc9d5e1ef07b1f44d
+SIZE (pip_audit-2.9.0.tar.gz) = 52089
diff --git a/devel/py-pip-audit/files/patch-pyproject.toml b/devel/py-pip-audit/files/patch-pyproject.toml
deleted file mode 100644
index 970b47954f70..000000000000
--- a/devel/py-pip-audit/files/patch-pyproject.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from:	https://github.com/pypa/pip-audit/commit/4bd5b528b91233fd70ce0c085ab16c40ef78bc1f
-
---- pyproject.toml.orig	2025-02-06 22:57:47 UTC
-+++ pyproject.toml
-@@ -28,7 +28,7 @@ dependencies = [
- ]
- dependencies = [
-     "CacheControl[filecache] >= 0.13.0",
--    "cyclonedx-python-lib >= 5,< 9",
-+    "cyclonedx-python-lib >= 5,< 10",
-     "packaging>=23.0.0",                 # https://github.com/pypa/pip-audit/issues/464
-     "pip-api>=0.0.28",
-     "pip-requirements-parser>=32.0.0",