git: e9dc55319986 - main - devel/py-pip-audit: Update to 2.7.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:26:05 UTC
The branch main has been updated by sunpoet:

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

commit e9dc553199863fa443658ce3421905792ae8e7c2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:17:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:15:39 +0000

    devel/py-pip-audit: Update to 2.7.3
    
    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 d1c8d7a95c7e..e8982e44efc5 100644
--- a/devel/py-pip-audit/Makefile
+++ b/devel/py-pip-audit/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pip-audit
-PORTVERSION=	2.7.2
-PORTREVISION=	1
+PORTVERSION=	2.7.3
 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 57ffe19267f2..8c7757e1a9dd 100644
--- a/devel/py-pip-audit/distinfo
+++ b/devel/py-pip-audit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390622
-SHA256 (pip_audit-2.7.2.tar.gz) = a12905e42dd452f43a2dbf895606d59c35348deed27b8cbaff8516423576fdfb
-SIZE (pip_audit-2.7.2.tar.gz) = 50358
+TIMESTAMP = 1715842716
+SHA256 (pip_audit-2.7.3.tar.gz) = 08891bbf179bffe478521f150818112bae998424f58bf9285c0078965aef38bc
+SIZE (pip_audit-2.7.3.tar.gz) = 50365
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 40387a87a3a1..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/f24688067bf916a8f69b30bbe4581ae15246f1d0
-
---- pyproject.toml.orig	2024-02-29 16:06:23 UTC
-+++ pyproject.toml
-@@ -28,7 +28,7 @@ dependencies = [
- ]
- dependencies = [
-     "CacheControl[filecache] >= 0.13.0",
--    "cyclonedx-python-lib >= 5,< 7",
-+    "cyclonedx-python-lib >= 5,< 8",
-     "html5lib>=1.1",
-     "packaging>=23.0.0",                 # https://github.com/pypa/pip-audit/issues/464
-     "pip-api>=0.0.28",