Skip to content

Commit b455d4e

Browse files
authored
Merge branch 'develop' into dependabot/pip/develop/sentry-sdk-2.19.1
2 parents dd54bdf + 621151e commit b455d4e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/quality_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Complexity baseline
7575
run: make complexity-baseline
7676
- name: Upload coverage to Codecov
77-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # 5.0.7
77+
uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # 5.1.0
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
file: ./coverage.xml

poetry.lock

Lines changed: 4 additions & 4 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
@@ -58,7 +58,7 @@ jsonpath-ng = { version = "^1.6.0", optional = true }
5858

5959
[tool.poetry.dev-dependencies]
6060
coverage = { extras = ["toml"], version = "^7.6" }
61-
pytest = "^8.3.3"
61+
pytest = "^8.3.4"
6262
black = "^24.8"
6363
boto3 = "^1.26.164"
6464
isort = "^5.13.2"

0 commit comments

Comments
 (0)