Skip to content

Commit d317345

Browse files
committed
Upgrade fonttools
1 parent 498c001 commit d317345

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prometrix"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
authors = ["Avi Kotlicky <avi@robusta.dev>"]
55
readme = "README.md"
66
packages = [{include = "prometrix"}]
@@ -18,7 +18,7 @@ boto3 = "^1.38"
1818
pydantic = ">=1.8.1,<3"
1919
prometheus-api-client = "^0.5.3"
2020
pillow = "^10.3.0" # added to Pin transitive dependency, not needed directly
21-
fonttools = "^4.43.0" # added to Pin transitive dependency, not needed directly
21+
fonttools = "^4.60.2" # added to Pin transitive dependency, not needed directly
2222
zipp = "^3.20.1" # added to Pin transitive dependency, not needed directly
2323
idna = "^3.7"
2424
requests = ">2.32.4"

0 commit comments

Comments
 (0)