Skip to content

Commit ea04b20

Browse files
Merge branch 'develop' into fix/http-resolver-local-cors-preflight
2 parents a0373bb + 1edc92e commit ea04b20

6 files changed

Lines changed: 189 additions & 208 deletions

File tree

.github/workflows/quality_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Complexity baseline
7979
run: make complexity-baseline
8080
- name: Upload coverage to Codecov
81-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # 6.0.1
81+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # 7.0.0
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
files: ./coverage.xml
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
aws-lambda-powertools[tracer]
2-
requests>=2.33.1
2+
requests>=2.34.2

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "aws-lambda-powertools-python-e2e",
33
"version": "1.0.0",
44
"devDependencies": {
5-
"aws-cdk": "^2.1124.1"
5+
"aws-cdk": "^2.1126.0"
66
}
77
}

poetry.lock

Lines changed: 180 additions & 199 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
@@ -86,7 +86,7 @@ boto3 = "^1.26.164"
8686
isort = ">=5.13.2,<9.0.0"
8787
pytest-cov = ">=5,<8"
8888
pytest-mock = "^3.14.0"
89-
pytest-asyncio = ">=0.24,<1.4"
89+
pytest-asyncio = ">=0.24,<1.5"
9090
bandit = "^1.7.10"
9191
radon = "^6.0.1"
9292
xenon = "^0.9.3"
@@ -116,7 +116,7 @@ types-python-dateutil = "^2.8.19.6"
116116
aws-cdk-aws-appsync-alpha = "^2.59.0a0"
117117
httpx = ">=0.23.3,<0.29.0"
118118
sentry-sdk = ">=1.22.2,<3.0.0"
119-
ruff = ">=0.5.1,<0.15.15"
119+
ruff = ">=0.5.1,<0.15.18"
120120
retry2 = "^0.9.5"
121121
pytest-socket = ">=0.6,<0.9"
122122
types-redis = "^4.6.0.7"

0 commit comments

Comments
 (0)