Skip to content

Commit f4782b0

Browse files
authored
Merge branch 'master' into fix-fakeserver-connection-closing
2 parents 6d59b9d + 54b9643 commit f4782b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
COLOR: 'yes'
9393
- run: python -m coverage xml
9494
- name: Upload coverage
95-
uses: codecov/codecov-action@v4
95+
uses: codecov/codecov-action@v5
9696
with:
9797
fail_ci_if_error: true
9898
token: ${{ secrets.CODECOV_TOKEN }}

aiosmtpd/docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r ../../requirements.txt
22

33
### Sphinx deps
4-
sphinx==8.1.0
4+
sphinx==8.2.0
55
sphinx-autofixture==0.4.0
66
sphinx_rtd_theme==3.0.1

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flake8-annotations-complexity==0.0.8
99
flake8-bandit==4.1.1
1010
flake8-bugbear==24.8.19
1111
flake8-builtins==2.5.0
12-
flake8-comprehensions==3.15.0
12+
flake8-comprehensions==3.16.0
1313
flake8-copyright==0.2.4
1414
flake8-import-order==0.18.2
1515
flake8-pytest-style==2.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
atpublic==5.0
22
attrs==24.2.0
33
coverage==7.6.1
4-
pytest==8.3.3
4+
pytest==8.3.4
55
pytest-asyncio==0.24.0
66
pytest-cov==5.0.0
77
pytest-mock==3.14.0

0 commit comments

Comments
 (0)