mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Bump platformdirs from 2.5.1 to 2.5.2 in /dependencies/python (#2797)
Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.5.1 to 2.5.2. - [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.1...2.5.2) --- 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
c5c1f15247
commit
65d1435da5
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.3.0
|
|||
click==8.1.2
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.9.0
|
||||
platformdirs==2.5.1
|
||||
platformdirs==2.5.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.2.0
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -3,7 +3,7 @@ dill==0.3.4
|
|||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.7.0
|
||||
platformdirs==2.5.1
|
||||
platformdirs==2.5.2
|
||||
pylint==2.13.5
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.2.0
|
||||
|
|
2
dependencies/python/snakefmt.txt
vendored
2
dependencies/python/snakefmt.txt
vendored
|
@ -3,7 +3,7 @@ click==8.1.2
|
|||
importlib-metadata==1.7.0
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.9.0
|
||||
platformdirs==2.5.1
|
||||
platformdirs==2.5.2
|
||||
snakefmt==0.6.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
Loading…
Reference in a new issue