File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Dependabot metadata
1414 id : metadata
15- uses : dependabot/fetch-metadata@v2.2 .0
15+ uses : dependabot/fetch-metadata@v2.3 .0
1616 with :
1717 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1818 - name : Enable auto-merge for Dependabot PRs
Original file line number Diff line number Diff line change 44
55.. towncrier release notes start
66
7+ 2.0.5 (2025-03-16)
8+ ==================
9+
10+ - Fixed a memory leak on exceptions and minor performance improvement.
11+
7122.0.4 (2023-07-27)
813==================
914
Original file line number Diff line number Diff line change 2929 from typing_extensions import Self
3030
3131
32- __version__ = "2.0.4 "
32+ __version__ = "2.0.5 "
3333
3434__all__ = ("alru_cache" ,)
3535
Original file line number Diff line number Diff line change 11-r requirements.txt
22
3- flake8 == 7.1.1
3+ flake8 == 7.1.2
44flake8-bandit == 4.1.1
55flake8-bugbear == 24.12.12
66flake8-import-order == 0.18.2
77flake8-requirements == 2.2.1
8- mypy == 1.14.1 ; implementation_name == "cpython"
8+ mypy == 1.15.0 ; implementation_name == "cpython"
Original file line number Diff line number Diff line change 11-e .
22
3- coverage == 7.6.10
4- pytest == 8.3.4
5- pytest-asyncio == 0.25.2
3+ coverage == 7.7.1
4+ pytest == 8.3.5
5+ pytest-asyncio == 0.26.0
66pytest-cov == 6.0.0
77pytest-timeout == 2.3.1
You can’t perform that action at this time.
0 commit comments