Releases: cdce8p/python-typing-update
Releases · cdce8p/python-typing-update
v0.7.0
What's Changed
- Drop support for Python 3.8 by @cdce8p in #423
- Add support for Python 3.13 by @cdce8p in #524
- Add option to use ruff as formatter by @cdce8p in #537
- Updated all dependencies
- aiofiles from 23.1.0 to 24.1.0
- autoflake from 2.2.0 to 2.3.1
- isort from 5.12.0 to 5.13.2
- pyupgrade from 3.10.1 to 3.18.0
- reorder-python-imports from 3.10.0 to 3.14.0
- black from 23.7.0 to 24.10.0
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Dependencies
- Bump aiofiles from 22.1.0 to 23.1.0 by @dependabot
- Bump autoflake from 2.0.0 to 2.2.0 by @dependabot
- Bump isort from 5.10.1 to 5.12.0 by @dependabot
- Bump pyupgrade from 3.2.2 to 3.10.1 by @dependabot
- Bump reorder-python-imports from 3.9.0 to 3.10.0 by @dependabot
- Bump black from 22.10.0 to 23.7.0 by @dependabot
Dev
- Bump pre-commit from 2.20.0 to 3.3.3 by @dependabot
- Bump flake8 from 6.0.0 to 6.1.0 by @dependabot
- Bump mypy from 0.991 to 1.4.1 by @dependabot
- Bump pylint from 2.15.6 to 2.17.5 by @dependabot
- Bump pytest from 7.2.0 to 7.4.0 by @dependabot
- Bump pytest-asyncio from 0.20.2 to 0.21.1 by @dependabot
- Bump types-aiofiles from 22.1.0.4 to 23.1.0.5 by @dependabot
- Bump actions/setup-python from 4.3.0 to 4.7.0 by @dependabot
- Bump actions/checkout from 3.1.0 to 3.5.4 by @dependabot
- Bump actions/cache from 3.0.11 to 3.3.1 by @dependabot
- Bump actions/upload-artifact from 3.1.1 to 3.1.2 by @dependabot
- Use new cache/restore action by @cdce8p in #292
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
--
Dependencies
- Bump autoflake to 2.0.0
- Bump flake8 from 5.0.4 to 6.0.0 by @dependabot in #270
- Bump reorder-python-imports from 3.8.5 to 3.9.0 by @dependabot in #275
- Bump pyupgrade from 3.1.0 to 3.2.2 by @dependabot in #273
Dev
- Added Workflows to cleanup cache entries by @cdce8p in #254 #266 #267 #279
- Use 3.11.0 for CI by @cdce8p in #257
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Switch back to main
autoflake
withv1.7.5
by @cdce8p in #247 - Run tests on
3.11-dev
by @cdce8p in #248
Dependencies
- Bump aiofiles to 22.1.0
- Bump pyupgrade to 3.1.0
- Bump reorder-python-imports to 3.8.5
- Bump black to 22.10.0
Dev
- Remove manifest files by @cdce8p in #185
- Move metadata to pyproject.toml by @cdce8p in #187
- Github Action updates by @cdce8p in #246
- Add readme badges by @cdce8p in #216
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Update
reorder-python-imports
to 3.1.0 - Add missing
await
and fix issue with--limit
argument in #178
Documentation
- Update readme to better explain limitations with renamed type aliases, e.g.
collections.deque
orcollections.defaultdict
#168
Development
- Update dev dependencies
- Improve CI workflow
Full Changelog: v0.4.1...v0.4.2