Skip to content

Commit

Permalink
chore: Bump goose deps (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Nov 25, 2024
1 parent bcdba34 commit 5107823
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
lint:
name: Static analysis
uses: antonagestam/goose/.github/workflows/run.yaml@0.6.0
uses: antonagestam/goose/.github/workflows/run.yaml@0.9.0

type-check:
name: Type check
Expand Down
2 changes: 1 addition & 1 deletion .goose/check-manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"source_ecosystem":{"language":"python","version":"3.13"},"source_dependencies":["check-manifest","setuptools-scm==8.1.0","setuptools==75.2.0","wheel==0.44.0"],"lock_files":[{"path":"requirements.txt","checksum":"sha256:9dac519ce5d39de3554df8d401b8fc7d995c6a4413d4ef3b75d988ed454d8aaa"}],"checksum":"sha256:622b344eae2752b490714df15edd71e7de03cf33dc1ca10a65907be990434d85"}
{"source_ecosystem":{"language":"python","version":"3.13"},"source_dependencies":["check-manifest","setuptools-scm==8.1.0","setuptools==75.2.0","wheel==0.44.0"],"lock_files":[{"path":"requirements.txt","checksum":"sha256:2f9f1a049ea614ea8125114376b7811e39a422c570e5fc9da8cc83eaf5359db7"}],"checksum":"sha256:93c798534d1c9747c11a99ae5c61da059d1335930b63a776b4abea1762b62701"}
6 changes: 3 additions & 3 deletions .goose/check-manifest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build==1.2.2.post1 \
check-manifest==0.50 \
--hash=sha256:6ab3e3aa72a008da3314b432f4c768c9647b4d6d8032f9e1a4672a572118e48c \
--hash=sha256:d300f9f292986aa1a30424af44eb45c5644e0a810e392e62d553b24bb3393494
packaging==24.1 \
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
packaging==24.2 \
--hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759 \
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
pyproject-hooks==1.2.0 \
--hash=sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8 \
--hash=sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913
Expand Down
2 changes: 1 addition & 1 deletion .goose/python/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"source_ecosystem":{"language":"python","version":"3.13"},"source_dependencies":["blacken-docs","check-jsonschema","editorconfig-checker","pre-commit-hooks","ruff"],"lock_files":[{"path":"requirements.txt","checksum":"sha256:d804343c7296e4039250bf84fa4e9a120eef765bb2aeb4e218b8c46948e5b029"}],"checksum":"sha256:8ca4adac530afb9fbc753868728949ebbea36f810e8fdd6e45081a44d118a729"}
{"source_ecosystem":{"language":"python","version":"3.13"},"source_dependencies":["blacken-docs","check-jsonschema","editorconfig-checker","pre-commit-hooks","ruff"],"lock_files":[{"path":"requirements.txt","checksum":"sha256:4ab05056139dc49c8a841cf1ee43a296152f3f203d57d6c1df0c8b1ca7ab87a6"}],"checksum":"sha256:67c44e33f9a00367e2b783d63888071b069731ae3f50e572d52348b1fbe61d67"}
Loading

0 comments on commit 5107823

Please sign in to comment.