Skip to content

Commit 9c57a58

Browse files
committed
Bump dependencies
1 parent 2fe7a6f commit 9c57a58

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

pyproject.toml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff 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]
2726
python = ">=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"
3231
mkdocs-minify-plugin = "^0.8.0"
33-
requests = "^2.25.1"
32+
requests = "^2.31.0"
3433
jsmin = "^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"
4140
gitchangelog = "^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"
4645
mypy = "^1.9.0"
4746

4847
[build-system]

0 commit comments

Comments
 (0)