File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4949 hooks :
5050 - id : flake8
5151 additional_dependencies :
52- - flake8-bugbear==23.1.20
52+ - flake8-bugbear==23.2.13
5353 - flake8-comprehensions==3.10.1
54- - flake8-pytest-style==1.6
54+ - flake8-pytest-style==1.7.2
5555 - flake8-spellcheck==0.28
5656 - flake8-unused-arguments==0.0.13
5757 - flake8-noqa==1.3
Original file line number Diff line number Diff line change 22build-backend = " hatchling.build"
33requires = [
44 " hatch-vcs>=0.3" ,
5- " hatchling>=1.12.2 " ,
5+ " hatchling>=1.13 " ,
66]
77
88[project ]
@@ -40,9 +40,9 @@ optional-dependencies.docs = [
4040 " sphinx-autodoc-typehints!=1.23.4,>=1.22" ,
4141]
4242optional-dependencies.testing = [
43- " covdefaults>=2.2.2 " ,
44- " coverage>=7.1" ,
45- " pytest>=7.2.1 " ,
43+ " covdefaults>=2.3 " ,
44+ " coverage>=7.2. 1" ,
45+ " pytest>=7.2.2 " ,
4646 " pytest-cov>=4" ,
4747 " pytest-timeout>=2.1" ,
4848]
Original file line number Diff line number Diff line change 3030 else :
3131 _FileLock = SoftFileLock
3232 if warnings is not None :
33- warnings .warn ("only soft file lock is available" )
33+ warnings .warn ("only soft file lock is available" , stacklevel = 2 )
3434
3535#: Alias for the lock, which should be used for the current platform. On Windows, this is an alias for
3636# :class:`WindowsFileLock`, on Unix for :class:`UnixFileLock` and otherwise for :class:`SoftFileLock`.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ passenv =
3939basepython = python3.10
4040skip_install = true
4141deps =
42- pre-commit>=3.0.4
42+ pre-commit>=3.1.1
4343commands =
4444 pre-commit run --all-files --show-diff-on-failure
4545 python -c ' import pathlib; print("hint: run \{\} install to add checks as pre-commit hook".format(pathlib.Path(r"{envdir}") / "bin" / "pre-commit"))'
@@ -49,7 +49,7 @@ description = run type check on code base
4949setenv =
5050 {tty:MYPY_FORCE_COLOR = 1}
5151deps =
52- mypy ==0.991
52+ mypy ==1.1.1
5353commands =
5454 mypy --strict src/filelock
5555 mypy --strict tests
@@ -62,9 +62,9 @@ setenv =
6262 COVERAGE_FILE = {toxworkdir}/.coverage
6363skip_install = true
6464deps =
65- covdefaults>=2.2.2
66- coverage[toml]>=7.1
67- diff-cover>=7.4
65+ covdefaults>=2.3
66+ coverage[toml]>=7.2. 1
67+ diff-cover>=7.5
6868extras =
6969parallel_show_output = true
7070commands =
You can’t perform that action at this time.
0 commit comments