Skip to content

Commit f29dfab

Browse files
authored
Merge branch 'main' into dependabot/pip/regex-2026.1.15
2 parents e2cc470 + 467e3c2 commit f29dfab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Test
2323
run: make test-cov
2424
- name: Coverage
25-
uses: codecov/codecov-action@v5.5.2
25+
uses: codecov/codecov-action@v6.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
]
4242

4343
dependencies = [
44-
"injector == 0.22.0",
44+
"injector == 0.24.0",
4545
"starlette == 0.49.3",
4646
"pydantic >=2.5.1,<3.0.0",
4747
"typing-extensions>=4.8.0",

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pytest >= 6.2.4,< 9.0.0
1212
pytest-asyncio
1313
pytest-cov >= 2.12.0,< 8.0.0
1414
python-multipart >= 0.0.5
15-
python-socketio==5.16.0
15+
python-socketio==5.16.1
1616
regex==2026.1.15
1717
ruff ==0.14.14
1818
types-dataclasses ==0.6.6

0 commit comments

Comments
 (0)