Drop 3.8 testing, add 3.13 testing, upgrade Black

Also bump some GitHub Actions versions.
This commit is contained in:
dependabot[bot] 2025-03-09 20:45:18 -07:00 committed by GitHub
commit da209ed2ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 10 deletions

View file

@ -83,8 +83,8 @@ setup(
"pytest-xdist>=2.2.1",
"pytest-asyncio>=0.17",
"beautifulsoup4>=4.8.1",
"black==24.8.0",
"blacken-docs==1.18.0",
"black==25.1.0",
"blacken-docs==1.19.1",
"pytest-timeout>=1.4.2",
"trustme>=0.7",
"cogapp>=3.3.0",