Skip to content

Commit a07fe6b

Browse files
authored
Merge branch 'master' into paramspec
2 parents 6577c02 + 52acd32 commit a07fe6b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
COLOR: 'yes'
8585
- run: python -m coverage xml
8686
- name: Upload coverage
87-
uses: codecov/codecov-action@v4
87+
uses: codecov/codecov-action@v5
8888
with:
8989
file: ./coverage.xml
9090
flags: unit

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This package is a port of Python's built-in `functools.lru_cache <https://docs.p
6868
asyncio.run(main())
6969
7070
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
7272
parameter (off by default):
7373

7474
.. code-block:: python

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
flake8==7.1.1
44
flake8-bandit==4.1.1
5-
flake8-bugbear==24.10.31
5+
flake8-bugbear==24.12.12
66
flake8-import-order==0.18.2
77
flake8-requirements==2.2.1
8-
mypy==1.13.0; implementation_name=="cpython"
8+
mypy==1.14.1; implementation_name=="cpython"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e .
22

33
coverage==7.6.1
4-
pytest==8.3.3
4+
pytest==8.3.4
55
pytest-asyncio==0.24.0
66
pytest-cov==5.0.0
77
pytest-timeout==2.3.1

0 commit comments

Comments
 (0)