We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e3f52 commit 79ed5dcCopy full SHA for 79ed5dc
2 files changed
pierky/arouteserver/version.py
@@ -13,5 +13,5 @@
13
# You should have received a copy of the GNU General Public License
14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
16
-__version__ = "1.23-alpha5" # pragma: no cover
+__version__ = "1.23.0" # pragma: no cover
17
COPYRIGHT_YEAR = 2024 # pragma: no cover
requirements.txt
@@ -2,5 +2,5 @@ aggregate6~=1.0
2
Jinja2>=3.0.0, <4.0
3
PyYAML>=6.0, <7.0
4
requests>=2.18.4, <3.0
5
-packaging~=21.0
+packaging~=24.0
6
urllib3>=1.26.0
0 commit comments