diff options
author | silverwind <me@silverwind.io> | 2023-09-08 21:36:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 15:36:40 -0400 |
commit | b8ad558c93052ee3e2f43f1e24e6f5c134da36c4 (patch) | |
tree | a81f261d334930cc3ef63bbb0628fa4c0e0207a6 /pyproject.toml | |
parent | 4693bdbda031e002c8684721e5e7d5036acf0ce0 (diff) | |
download | gitea-b8ad558c93052ee3e2f43f1e24e6f5c134da36c4.tar.gz gitea-b8ad558c93052ee3e2f43f1e24e6f5c134da36c4.zip |
Lock yamllint and update indirect python deps (#26979)
I forgot to lock `yamllint` to exact version, so did that and
regenerated `poetry.lock` as well.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 63143a72a4..0c7e782a97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.8" [tool.poetry.group.dev.dependencies] djlint = "1.32.1" -yamllint = "^1.32.0" +yamllint = "1.32.0" [tool.djlint] profile="golang" |