Skip to content

Commit ff44ef5

Browse files
Pe-17078: fix checks
1 parent ed0c849 commit ff44ef5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/c7n_mailer/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "c7n_mailer"
2+
name = "c7n-mailer"
33
version = "0.6.20"
44
description = "Cloud Custodian - Reference Mailer"
55
authors = ["Cloud Custodian Project"]
@@ -35,9 +35,9 @@ types-six = "^1.16.10"
3535
importlib-metadata = ">=4.11.1, <5.0"
3636
jira = "^3.2.0"
3737
packaging = ">=21.0"
38-
jaraco.text = ">=3.12.1"
38+
"jaraco.text" = ">=3.12.1"
3939
more-itertools = ">=10.3.0"
40-
backports.tarfile = ">=1.2.0"
40+
"backports.tarfile" = ">=1.2.0"
4141
zipp = ">=3.19.2"
4242
platformdirs = ">=4.2.2"
4343
# pin for cos-python-sdk-v5

0 commit comments

Comments
 (0)