Compare commits
3 Commits
s-allius/i
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d54427342f | ||
|
|
e126f4e780 | ||
|
|
7da7d6f15c |
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||||
- name: Set up Python 3.13
|
- name: Set up Python 3.13
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- Update dependency pytest-asyncio to v1.1.0
|
||||||
- save task references, to avoid a task disappearing mid-execution
|
- save task references, to avoid a task disappearing mid-execution
|
||||||
- catch socket.gaierror exception and log this with info level
|
- catch socket.gaierror exception and log this with info level
|
||||||
- Update dependency coverage to v7.9.2
|
- Update dependency coverage to v7.9.2
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
flake8==7.3.0
|
flake8==7.3.0
|
||||||
pytest==8.4.1
|
pytest==8.4.1
|
||||||
pytest-asyncio==1.0.0
|
pytest-asyncio==1.1.0
|
||||||
pytest-cov==6.2.1
|
pytest-cov==6.2.1
|
||||||
python-dotenv==1.1.1
|
python-dotenv==1.1.1
|
||||||
mock==5.2.0
|
mock==5.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user