File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 84
84
COLOR : ' yes'
85
85
- run : python -m coverage xml
86
86
- name : Upload coverage
87
- uses : codecov/codecov-action@v4
87
+ uses : codecov/codecov-action@v5
88
88
with :
89
89
file : ./coverage.xml
90
90
flags : unit
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ This package is a port of Python's built-in `functools.lru_cache <https://docs.p
68
68
asyncio.run(main())
69
69
70
70
71
- TTL (time-to-live, expiration on timeout) is supported by accepting `ttl ` configuration
71
+ TTL (time-to-live in seconds , expiration on timeout) is supported by accepting `ttl ` configuration
72
72
parameter (off by default):
73
73
74
74
.. code-block :: python
Original file line number Diff line number Diff line change 2
2
3
3
flake8 == 7.1.1
4
4
flake8-bandit == 4.1.1
5
- flake8-bugbear == 24.10.31
5
+ flake8-bugbear == 24.12.12
6
6
flake8-import-order == 0.18.2
7
7
flake8-requirements == 2.2.1
8
- mypy == 1.13.0 ; implementation_name == "cpython"
8
+ mypy == 1.14.1 ; implementation_name == "cpython"
Original file line number Diff line number Diff line change 1
1
-e .
2
2
3
3
coverage == 7.6.1
4
- pytest == 8.3.3
4
+ pytest == 8.3.4
5
5
pytest-asyncio == 0.24.0
6
6
pytest-cov == 5.0.0
7
7
pytest-timeout == 2.3.1
You can’t perform that action at this time.
0 commit comments