summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2021-12-07 10:23:30 +0100
committerClaudia Pellegrino2021-12-07 10:23:30 +0100
commit315826d8151d9458e336058f3bf51e5d062797c6 (patch)
tree08dd715cdbaa1015293267bdb7e61d77085a5f32
parent9b25f853bb2d2dea889ae9e3db5834dd4ce59b9b (diff)
downloadaur-315826d8151d9458e336058f3bf51e5d062797c6.tar.gz
Bump python-pip-api dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c1a48bbb1bc..8c586dc77b91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pip-audit-git
pkgdesc = A tool for scanning Python environments for known vulnerabilities
- pkgver = r98.1c69d2d
+ pkgver = r136.a4620f7
pkgrel = 1
url = https://github.com/trailofbits/pip-audit
arch = any
license = Apache
makedepends = git
makedepends = python-setuptools
- depends = python-pip-api>=0.0.23
+ depends = python-pip-api>=0.0.25
depends = python-packaging
depends = python-dataclasses
depends = python-progress
diff --git a/PKGBUILD b/PKGBUILD
index 255395f9af0b..0d56537b9c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=python-pip-audit-git
_gitpkgname=pip-audit
-pkgver=r98.1c69d2d
+pkgver=r136.a4620f7
pkgrel=1
pkgdesc='A tool for scanning Python environments for known vulnerabilities'
arch=('any')
url='https://github.com/trailofbits/pip-audit'
license=('Apache')
depends=(
- # Upstream requires pip-api >= 0.0.23 but Arch’s Community
+ # Upstream requires pip-api >= 0.0.25 but Arch’s Community
# repository is on 0.0.18, which causes an error message that
# says “failed to list installed distributions.”
- # Once community/python-pip-api catches up to version 0.0.23,
- # remove the `>=0.0.23` part from the following line.
- 'python-pip-api>=0.0.23'
+ # Once community/python-pip-api catches up to version 0.0.25,
+ # remove the `>=0.0.25` part from the following line.
+ 'python-pip-api>=0.0.25'
'python-packaging'
'python-dataclasses'
'python-progress'