mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-19 08:05:45 +03:00
chore(deps): pin dependencies
This commit is contained in:
parent
b9f1919aa9
commit
868fbaa0d4
7 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
# Source Image
|
||||
FROM docker.io/library/python:3.13-alpine3.19
|
||||
FROM docker.io/library/python:3.13-alpine3.19@sha256:8287ca207e905649e9f399b5f91a119e5e9051d8cd110d5f8c3b4bd9458ebd1d
|
||||
|
||||
# Environment vars
|
||||
ENV PROJECT_DIR="/anvil"
|
||||
|
|
2
anvil/poetry.lock
generated
2
anvil/poetry.lock
generated
|
@ -2649,4 +2649,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "ceee8ef485bad88f442d774f92ae1aee3cc9fdff2ee863900034290a08469dc0"
|
||||
content-hash = "e584c63f3bbde4187c4fe3434643a20f6603136ba9b62409a396e7b5338457c9"
|
||||
|
|
|
@ -18,7 +18,7 @@ humanize = "^4.9.0"
|
|||
toml = "^0.10.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ansible-lint = { version = "^25.0.0", markers = 'platform_system != "Windows"' } # https://github.com/ansible/ansible-lint/issues/2730#issuecomment-1330406601
|
||||
ansible-lint = { version = "25.2.1", markers = 'platform_system != "Windows"' } # https://github.com/ansible/ansible-lint/issues/2730#issuecomment-1330406601
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue