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