Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
d54427342f Update actions/setup-python action to v6 2025-09-04 05:15:07 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up Python 3.13
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install dependencies

View File

@@ -1,7 +1,7 @@
flake8==7.3.0
pytest==8.4.1
pytest-asyncio==1.1.0
pytest-cov==6.3.0
pytest-cov==6.2.1
python-dotenv==1.1.1
mock==5.2.0
coverage==7.9.2