Skip to content

Commit ad000e0

Browse files
committed
Merge branch 'develop' into feat-rspy493/extend-filter-attributes
2 parents ed27c96 + ba6804c commit ad000e0

File tree

26 files changed

+460
-410
lines changed

26 files changed

+460
-410
lines changed

.github/workflows/check-code-quality.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ name: Check code quality
1616

1717
on:
1818
push:
19+
branches:
20+
- develop # pushes on the 'develop' branch
21+
tags:
22+
- '**' # new git tags (including hierarchical tags like v1.0/beta)
1923
pull_request:
2024
types: [opened, synchronize, reopened]
2125
# run this worflow only for code/test related changes (avoid it for documentation)

docs/poetry.lock

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

poetry.lock

Lines changed: 53 additions & 52 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
@@ -63,13 +63,13 @@ optional = true
6363
# All the dev dependencies are set here so they can be used by the CI.
6464
[tool.poetry.group.dev.dependencies]
6565
pytest = "^8.3.3"
66-
pytest-asyncio = "^0.25.1"
66+
pytest-asyncio = "^0.25.3"
6767
pytest-cov = "^6.0.0"
6868
pytest-docker = "^3.1.0"
6969
pytest-error-for-skips = "^2.0.2"
7070
pytest-httpx = "^0.34.0"
7171
pytest-mock = "^3.14.0"
72-
black = "^24.10.0"
72+
black = "^25.1.0"
7373
mypy = "^1.14.1"
7474
pre-commit = "^4.1.0"
7575
types-requests = "^2.32.0.20241016"

0 commit comments

Comments
 (0)