@@ -10,7 +10,7 @@ authors = [
1010]
1111description = " Next generation GUIDs. Collision-resistant ids optimized for horizontal scaling and performance."
1212readme = " README.md"
13- requires-python = " >=3.8 "
13+ requires-python = " ==3.14.4 "
1414license = {file = " LICENSE" }
1515classifiers = [
1616 " Development Status :: 5 - Production/Stable" ,
@@ -51,24 +51,24 @@ tox = "tox --parallel auto"
5151
5252[tool .pdm .dev-dependencies ]
5353lint = [
54- " codespell~ =2.2.6" , # https://github.com/codespell-project/codespell (latest: 2.2.6)
55- " pylint~ =3.1.0" , # https://github.com/pylint-dev/pylint (latest: 3.1.0)
54+ " codespell= =2.2.6" , # https://github.com/codespell-project/codespell (latest: 2.2.6)
55+ " pylint= =3.1.0" , # https://github.com/pylint-dev/pylint (latest: 3.1.0)
5656 " requests>=2.31.0" , # https://github.com/psf/requests (latest: 2.31.0)
57- " ruff~ =0.3.7" , # https://github.com/astral-sh/ruff (latest: 0.3.7)
58- " safety==3.1 .0" , # https://github.com/pyupio/safety (latest: 3.1.0)
57+ " ruff= =0.3.7" , # https://github.com/astral-sh/ruff (latest: 0.3.7)
58+ " safety==3.7 .0" , # https://github.com/pyupio/safety (latest: 3.1.0)
5959]
6060test = [
61- " pytest~ =8.1.1" , # https://github.com/pytest-dev/pytest (latest: 8.1.1)
62- " pytest-mock~ =3.14.0" , # https://github.com/pytest-dev/pytest-mock/ (latest: 3.14.0)
63- " pytest-sugar~ =1.0.0" , # https://github.com/Teemu/pytest-sugar (latest: 1.0.0)
61+ " pytest= =8.1.1" , # https://github.com/pytest-dev/pytest (latest: 8.1.1)
62+ " pytest-mock= =3.14.0" , # https://github.com/pytest-dev/pytest-mock/ (latest: 3.14.0)
63+ " pytest-sugar= =1.0.0" , # https://github.com/Teemu/pytest-sugar (latest: 1.0.0)
6464]
6565tox = [
6666 # Version reduced to prevent `packaging` conflict with safety
67- " tox~ =4.14.2" , # https://github.com/tox-dev/tox (latest: 4.14.2)
68- " tox-pdm~ =0.7.2" , # https://github.com/pdm-project/tox-pdm (latest: 0.7.2)
67+ " tox= =4.14.2" , # https://github.com/tox-dev/tox (latest: 4.14.2)
68+ " tox-pdm= =0.7.2" , # https://github.com/pdm-project/tox-pdm (latest: 0.7.2)
6969]
7070typing = [
71- " mypy~ =1.9.0" , # https://github.com/python/mypy (latest: 1.9.0)
71+ " mypy= =1.9.0" , # https://github.com/python/mypy (latest: 1.9.0)
7272]
7373
7474[tool .tox ]
0 commit comments