Skip to content

Commit

Permalink
Bump piped from dc87910 to 094e66d
Browse files Browse the repository at this point in the history
Bumps [piped](https://github.com/FasterSpeeding/Piped) from `dc87910` to `094e66d`.
- [Release notes](https://github.com/FasterSpeeding/Piped/releases)
- [Commits](FasterSpeeding/Piped@dc87910...094e66d)

---
updated-dependencies:
- dependency-name: piped
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 27907a1 commit 074ba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piped
Submodule piped updated 40 files
+4 −2 .github/workflows/docker-publish.yml
+2 −2 .github/workflows/freeze-for-pr.yml
+2 −2 .github/workflows/lint.yml
+2 −2 .github/workflows/reformat.yml
+2 −2 .github/workflows/resync-piped.yml
+2 −2 .github/workflows/type-check.yml
+2 −2 .github/workflows/update-licence.yml
+2 −2 .github/workflows/upgrade-locks.yml
+2 −2 .github/workflows/verify-locks.yml
+1 −1 Dockerfile
+81 −75 bot/requirements.txt
+24 −24 dev-requirements/flake8.txt
+194 −182 dev-requirements/type-checking.txt
+1 −1 github/actions/clippy.yml
+6 −4 github/actions/docker-publish.yml
+2 −2 github/actions/freeze-for-pr.yml
+2 −2 github/actions/lint.yml
+2 −2 github/actions/pr-docs.yml
+3 −3 github/actions/publish.yml
+4 −4 github/actions/py-test.yml
+2 −2 github/actions/reformat.yml
+3 −3 github/actions/release-docs.yml
+2 −2 github/actions/resync-piped.yml
+2 −2 github/actions/rustfmt.yml
+2 −2 github/actions/type-check.yml
+2 −2 github/actions/update-licence.yml
+2 −2 github/actions/upgrade-locks.yml
+2 −2 github/actions/verify-locks.yml
+2 −2 github/actions/verify-types.yml
+318 −302 python/base-requirements/docs.txt
+3 −3 python/base-requirements/flake8.txt
+256 −241 python/base-requirements/freeze-locks.txt
+130 −123 python/base-requirements/library-flake8.txt
+48 −57 python/base-requirements/lint.txt
+80 −79 python/base-requirements/nox.txt
+118 −100 python/base-requirements/publish.txt
+92 −95 python/base-requirements/reformat.txt
+72 −82 python/base-requirements/tests.txt
+39 −34 python/base-requirements/type-checking.txt
+1 −1 python/noxfile.py

0 comments on commit 074ba70

Please sign in to comment.