1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-05-08 04:21:53 +02:00
Commit graph

7 commits

Author SHA1 Message Date
David Lynch
82cf246593 Update attrs to 26.1.0 2026-04-24 11:09:47 -05:00
David Lynch
606f85b2da Update dependencies 2026-04-24 11:06:57 -05:00
David Lynch
34ec69af6f Use platformdirs to allow storing centralized config
Search order is: <current directory>, <directory of leech.py>,
<directory from platformdirs>
2026-04-06 00:27:42 -05:00
dependabot[bot]
0e229b1a1b Bump requests from 2.32.5 to 2.33.0
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 12:16:26 -05:00
David Lynch
715dff041f Update Pillow to 12 2026-03-06 12:20:09 -06:00
David Lynch
ffc83e5b6c Switch to linting with ruff 2026-03-06 12:04:29 -06:00
David Lynch
eed66dcc48 Move pyproject.toml to be more standard
In recent years there's needed to be less tool-specific sections. Poetry
only started supporting dependency-groups in 2.2.0, so the --dev linting
might need manual intervention for people who're not up to date.
2026-03-06 11:58:50 -06:00