diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2023-07-05 11:05:58 +0300 |
---|---|---|
committer | Alexandru Ardelean <alex@shruggie.ro> | 2023-07-14 21:42:38 +0300 |
commit | 04774bb7200eadf3bee86100cd71ddef759e4eec (patch) | |
tree | f1a33d4dce71bf6634794e1f60ee07b7936e1911 | |
parent | 1cb2590c1743eeb4c357b1f0d7e3fb47b3640ae6 (diff) |
python-requests: bump to version 2.31.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
-rw-r--r-- | lang/python/python-requests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-requests/Makefile b/lang/python/python-requests/Makefile index 8acc606d3..c6b156f16 100644 --- a/lang/python/python-requests/Makefile +++ b/lang/python/python-requests/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-requests -PKG_VERSION:=2.30.0 +PKG_VERSION:=2.31.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com> @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:python-requests:requests PYPI_NAME:=requests -PKG_HASH:=239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4 +PKG_HASH:=942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 include ../pypi.mk include $(INCLUDE_DIR)/package.mk |