Skip to content

Commit

Permalink
lib - poetry re-lock c7n and c7n-mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
kentnsw committed Dec 15, 2022
1 parent 29810e8 commit 1fe8217
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 18 deletions.
15 changes: 14 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions tools/c7n_gcp/tests/test_notify_gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ def client_factory(*args, **kw):
'body': {
'messages': {
# NOTE updated below due to c7n_resource_type_id added to response
'data': ('eJzdUztvwjAQ3v0rkOcmEJAoMHXq1l9QVZGxDzBybMs+o0aI/14/Eh4SU9Wp'
'HjLc5/sed86ZUDiBRrqZ6KDUC6GMcxM0tlLEGuXBoxGS6aqZrxt6w5+DDvbS'
'6IQxpVLBGiV5HwtnQjXrIEEIHittUO760uNNcDxDe25rG7Y+bCs0VvKE76RC'
'cD7Cn+SOxTpzBI5+ypUJorp6meZGP41USajoFDJyIV85AUaTV0LsbSa8OULo'
'rGKYqwJ2LCjMWZw0TmLfHoAJcAmdp3p0m5yM0aTeTwrXpChlSpPlaPDg3oTp'
'mNQ1Nx3NhtAx7a1xWOY0GiqDKN3J/q9Dx9jkEmngG3hIjoblzoZTPfmMhz70'
'eWTZZbNcNqvVYrGcRfgUtzNsfVav62ZFr0N+DPSPJ3z3jv/ipUY6/qo3Hwz5'
'AcT73R9QWHOoeKMdRdsUaVhruZGX/gNvpj8R')
'data': ('eJzdU7tOAzEQ7O8rItfcJSFSCKmo6PgChE6OvUmMfF7LXkecovw7ftzlgaBB'
'VLhwsbM7O7NrHysGBzDE1hMTtL6rGBcCg6FWyRhjQmOQtQieUCpu2CXhB9TB'
'TqFJINc6BSxqJfoYOFbM8A4SROCpNkhq25caj8GJDO2EbWzY+LCpCa0SCd8q'
'TeB8hF+rKxbr8B0E+ekXGdNc6KeRKjUqfQpZdaresgWKIs+E1NtMeFFE0FnN'
'KUclbHnQlL04hU5R3+6BS3AJvU/xqDYpGa0ps5sUrknplCkxt2PBg3uS2HFl'
'GoEdy4LIceMtOipzGgWVQZTqJP/XpqPt6hRp4ANESIqG9c6GU39zjYfd1Hni'
'WeV8uZyvVovFchbhQ9zOsPVZ89jMV+w85FtD/3jCV+/4L15qpBMPZv3CSexB'
'Pl/9gMKaTcWMdmzaJkvDWktGXvon+3ZBpQ==')
}}})
2 changes: 1 addition & 1 deletion tools/c7n_mailer/c7n_mailer/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def dispatch(event, context):
'jinja2', 'markupsafe', 'yaml', 'ldap3', 'pyasn1', 'redis', 'jmespath',
# gcp dependencies
'google', 'pyasn1_modules', 'rsa', 'cachetools', 'googleapiclient',
'httplib2', 'pyparsing', 'uritemplate', 'google_auth_httplib2', 'retrying', 'ratelimiter',
'httplib2', 'pyparsing', 'uritemplate', 'google_auth_httplib2', 'retrying', 'pyrate_limiter',
# for other dependencies
'pkg_resources',
# transport datadog - recursive deps
Expand Down
115 changes: 107 additions & 8 deletions tools/c7n_mailer/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1fe8217

Please sign in to comment.