Skip to content

Commit 8ff0f2e

Browse files
Merge branch 'develop' into ci-bump-13583836476
2 parents e75673d + ce86e1c commit 8ff0f2e

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

.github/workflows/quality_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Complexity baseline
7777
run: make complexity-baseline
7878
- name: Upload coverage to Codecov
79-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 5.3.1
79+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # 5.4.0
8080
with:
8181
token: ${{ secrets.CODECOV_TOKEN }}
8282
file: ./coverage.xml

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ types-python-dateutil = "^2.8.19.6"
113113
aws-cdk-aws-appsync-alpha = "^2.59.0a0"
114114
httpx = ">=0.23.3,<0.29.0"
115115
sentry-sdk = ">=1.22.2,<3.0.0"
116-
ruff = ">=0.5.1,<0.9.8"
116+
ruff = ">=0.5.1,<0.9.9"
117117
retry2 = "^0.9.5"
118118
pytest-socket = ">=0.6,<0.8"
119119
types-redis = "^4.6.0.7"

0 commit comments

Comments
 (0)