Skip to content

Commit a1d85db

Browse files
committed
fixed Poetry files
1 parent 7aa22f7 commit a1d85db

File tree

8 files changed

+189
-177
lines changed

8 files changed

+189
-177
lines changed

lambdas/id_sync/poetry.lock

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

lambdas/id_sync/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages = [
1818
]
1919

2020
[tool.poetry.dependencies]
21-
python = ">=3.11"
21+
python = "~3.11"
2222
boto3 = "~1.38.29"
2323
mypy-boto3-dynamodb = "^1.26.164"
2424
moto = "~5.1.5"

lambdas/shared/poetry.lock

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

lambdas/shared/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authors = [
1010
name = "shared"
1111
version = "0.1.0"
1212
description = ""
13+
authors = ["s.wates <[email protected]>"]
1314
readme = "README.md"
1415
packages = [
1516
{include = "common", from = "src"}

mns_subscription/poetry.lock

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

mns_subscription/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]
66
packages = [{include = "src"}]
77

88
[tool.poetry.dependencies]
9-
python = "^3.11"
9+
python = "~3.11"
1010
boto3 = "~1.38.42"
1111
pyjwt = "~2.10.1"
1212
moto = "^5.1.6"

redis_sync/poetry.lock

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

redis_sync/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [
1717
]
1818

1919
[tool.poetry.dependencies]
20-
python = ">=3.11"
20+
python = "~3.11"
2121
boto3 = "~1.38.29"
2222
mypy-boto3-dynamodb = "^1.26.164"
2323
moto = "~5.1.5"

0 commit comments

Comments
 (0)