From 79ed5dc61ce37b0cc47928c698fba6ce07b61507 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Sat, 27 Jul 2024 08:37:26 +0200 Subject: [PATCH] v1.23 Also: attempting a fix for what documented in setuptools issue 4483 --- pierky/arouteserver/version.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pierky/arouteserver/version.py b/pierky/arouteserver/version.py index c851d933..0ec32770 100644 --- a/pierky/arouteserver/version.py +++ b/pierky/arouteserver/version.py @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.23-alpha5" # pragma: no cover +__version__ = "1.23.0" # pragma: no cover COPYRIGHT_YEAR = 2024 # pragma: no cover diff --git a/requirements.txt b/requirements.txt index ea3bd637..93b91520 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ aggregate6~=1.0 Jinja2>=3.0.0, <4.0 PyYAML>=6.0, <7.0 requests>=2.18.4, <3.0 -packaging~=21.0 +packaging~=24.0 urllib3>=1.26.0