mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Bump platformdirs from 2.5.0 to 2.5.1 in /dependencies/python (#2531)
Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/2.5.0...2.5.1) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
524c99f161
commit
b0aff67e71
3 changed files with 3 additions and 3 deletions
2
dependencies/python/black.txt
vendored
2
dependencies/python/black.txt
vendored
|
@ -2,6 +2,6 @@ black==22.1.0
|
|||
click==8.0.3
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.9.0
|
||||
platformdirs==2.5.0
|
||||
platformdirs==2.5.1
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.1.1
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -2,7 +2,7 @@ astroid==2.9.3
|
|||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.6.1
|
||||
platformdirs==2.5.0
|
||||
platformdirs==2.5.1
|
||||
pylint==2.12.2
|
||||
toml==0.10.2
|
||||
typing_extensions==4.1.1
|
||||
|
|
2
dependencies/python/snakefmt.txt
vendored
2
dependencies/python/snakefmt.txt
vendored
|
@ -3,7 +3,7 @@ click==7.1.2
|
|||
importlib-metadata==1.7.0
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.9.0
|
||||
platformdirs==2.5.0
|
||||
platformdirs==2.5.1
|
||||
snakefmt==0.4.4
|
||||
toml==0.10.2
|
||||
tomli==1.2.3
|
||||
|
|
Loading…
Reference in a new issue