Skip to content

Commit 9c64146

Browse files
Bump filelock from 3.4.1 to 3.16.1
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.4.1 to 3.16.1. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.4.1...3.16.1) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cd6ef4 commit 9c64146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ argcomplete==3.1.2; python_version < '3.8'
33
argcomplete==3.5.0; python_version >= '3.8'
44
filelock==3.4.1; python_version == '3.6'
55
filelock==3.12.2; python_version == '3.7'
6-
filelock==3.15.4; python_version >= '3.8'
6+
filelock==3.16.1; python_version >= '3.8'
77
importlib_metadata==4.0.1; python_version < '3.8'
88
jsonschema==3.2.0
99
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_requires =
3131
argcomplete <= 3.1.2; python_version < '3.8'
3232
filelock
3333
filelock<=3.12.2; python_version == '3.7'
34-
filelock<=3.4.1; python_version == '3.6'
34+
filelock<=3.16.1; python_version == '3.6'
3535
jsonschema
3636
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
3737
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'

0 commit comments

Comments
 (0)