Skip to content

Commit

Permalink
update imap-data-access version (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
tech3371 authored Nov 13, 2024
1 parent cf7f201 commit 3d43327
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lambda_layer/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ greenlet==3.0.3 ; python_version >= "3.9" and python_version < "4" and (platform
idna==3.6 ; python_version >= "3.9" and python_version < "4" \
--hash=sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca \
--hash=sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f
imap-data-access==0.10.1 ; python_version >= "3.9" and python_version < "4" \
--hash=sha256:54a65d2a220fe82bba08290c4d8fa5cb3aa58ff587230d2f4b2f544ef1bb0f67
imap-data-access==0.11.0 ; python_version >= "3.9" and python_version < "4" \
--hash=sha256:f778876415633223069160e8ff764d33aaa9cbdbc803a5ba0ab99bba59d240e9
psycopg2-binary==2.9.9 ; python_version >= "3.9" and python_version < "4" \
--hash=sha256:03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9 \
--hash=sha256:0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77 \
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pydata-sphinx-theme = {version="^0.13.3", optional=true}
aws-cdk-lib = ">=2.141.0,<3.0.0"
"aws-cdk.aws-lambda-python-alpha" = "^2.141.0a0"
constructs = ">=10.0.0,<11.0.0"
imap-data-access = ">=0.10.1"
imap-data-access = ">=0.11.0"

[tool.poetry.group.dev.dependencies]
ruff = "==0.2.1"
Expand Down

0 comments on commit 3d43327

Please sign in to comment.