File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ classifiers=[
1313 ' Intended Audience :: Developers' ,
1414 ' License :: OSI Approved :: MIT License' ,
1515 ' Operating System :: OS Independent' ,
16- ' Programming Language :: Python :: 2' ,
1716 ' Programming Language :: Python :: 3' ,
1817 ' Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
1918 ' Topic :: Software Development :: Libraries :: Python Modules'
@@ -25,24 +24,24 @@ include = ["flask_googlemaps/py.typed"]
2524
2625[tool .poetry .dependencies ]
2726python = " >=3.8"
28- flask = " >=3.0.2 "
29- pre-commit = " 1.21 .0"
30- mkdocs = " ^1.1 "
31- mkdocs-material = " ^5.0.2 "
27+ flask = " >=3.0.3 "
28+ pre-commit = " 3.7 .0"
29+ mkdocs = " ^1.5.3 "
30+ mkdocs-material = " ^9.5.18 "
3231mkdocs-minify-plugin = " ^0.8.0"
33- requests = " ^2.25.1 "
32+ requests = " ^2.31.0 "
3433jsmin = " ^3.0.1"
3534
3635[tool .poetry .dev-dependencies ]
37- ipdb = " ^0.12 .3"
38- dynaconf = " ^3.1.2 "
39- flake8 = " ^3.7.9 "
40- black = " ^20.8b1 "
36+ ipdb = " ^0.13 .3"
37+ dynaconf = " ^3.2.5 "
38+ flake8 = " ^7.0.0 "
39+ black = " ^24.4.0 "
4140gitchangelog = " ^3.0.4"
42- pylint = " ^2.4.4 "
43- Pygments = " ^2.6.1 "
44- pytest = " ^5.4 .1"
45- pytest-cov = " ^2.8.1 "
41+ pylint = " ^3.1.0 "
42+ Pygments = " ^2.17.2 "
43+ pytest = " ^8.1 .1"
44+ pytest-cov = " ^5.0.0 "
4645mypy = " ^1.9.0"
4746
4847[build-system ]
You can’t perform that action at this time.
0 commit comments