mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Bump platformdirs from 3.2.0 to 3.5.1 in /dependencies/python (#4200)
Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.2.0 to 3.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/3.2.0...3.5.1) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor ... 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
6467126e40
commit
8a89630159
5 changed files with 5 additions and 5 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -15,7 +15,7 @@ mdurl==0.1.2
|
|||
mypy-extensions==1.0.0
|
||||
packaging==23.1
|
||||
pathspec==0.11.1
|
||||
platformdirs==3.2.0
|
||||
platformdirs==3.5.1
|
||||
pycparser==2.21
|
||||
Pygments==2.15.0
|
||||
pyrsistent==0.19.3
|
||||
|
|
2
dependencies/python/black.txt
vendored
2
dependencies/python/black.txt
vendored
|
@ -3,5 +3,5 @@ click==8.1.3
|
|||
mypy-extensions==1.0.0
|
||||
packaging==23.1
|
||||
pathspec==0.11.1
|
||||
platformdirs==3.2.0
|
||||
platformdirs==3.5.1
|
||||
tomli==2.0.1
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -3,7 +3,7 @@ dill==0.3.6
|
|||
isort==5.12.0
|
||||
lazy-object-proxy==1.9.0
|
||||
mccabe==0.7.0
|
||||
platformdirs==3.2.0
|
||||
platformdirs==3.5.1
|
||||
pylint==2.17.2
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.7
|
||||
|
|
2
dependencies/python/snakefmt.txt
vendored
2
dependencies/python/snakefmt.txt
vendored
|
@ -3,7 +3,7 @@ click==8.1.3
|
|||
mypy-extensions==1.0.0
|
||||
packaging==23.1
|
||||
pathspec==0.11.1
|
||||
platformdirs==3.2.0
|
||||
platformdirs==3.5.1
|
||||
snakefmt==0.8.4
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
2
dependencies/python/snakemake.txt
vendored
2
dependencies/python/snakemake.txt
vendored
|
@ -18,7 +18,7 @@ jupyter_core==5.3.0
|
|||
MarkupSafe==2.1.2
|
||||
nbformat==5.8.0
|
||||
plac==1.3.5
|
||||
platformdirs==3.2.0
|
||||
platformdirs==3.5.1
|
||||
psutil==5.9.4
|
||||
PuLP==2.7.0
|
||||
pyrsistent==0.19.3
|
||||
|
|
Loading…
Reference in a new issue