Skip to content

Commit

Permalink
Bump piped from 0fe0aee to ad30a9a
Browse files Browse the repository at this point in the history
Bumps [piped](https://github.com/FasterSpeeding/Piped) from `0fe0aee` to `ad30a9a`.
- [Commits](FasterSpeeding/Piped@0fe0aee...ad30a9a)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent 15e86b2 commit 42684e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piped
Submodule piped updated 41 files
+3 −3 .github/workflows/freeze-for-pr.yml
+2 −2 .github/workflows/lint.yml
+3 −3 .github/workflows/reformat.yml
+3 −3 .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 bot/Dockerfile
+3 −1 bot/main.py
+5 −5 bot/requirements.in
+251 −263 bot/requirements.txt
+77 −76 dev-requirements/flake8.txt
+306 −318 dev-requirements/type-checking.txt
+1 −1 github/actions/clippy.yml
+3 −3 github/actions/freeze-for-pr.yml
+2 −2 github/actions/lint.yml
+2 −2 github/actions/pr-docs.yml
+2 −2 github/actions/publish.yml
+6 −6 github/actions/py-test.yml
+3 −3 github/actions/reformat.yml
+3 −3 github/actions/release-docs.yml
+3 −3 github/actions/resync-piped.yml
+3 −3 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
+242 −222 python/base-requirements/docs.txt
+3 −3 python/base-requirements/flake8.txt
+4 −0 python/base-requirements/freeze-locks.in
+464 −445 python/base-requirements/freeze-locks.txt
+1 −1 python/base-requirements/library-flake8.in
+98 −94 python/base-requirements/library-flake8.txt
+63 −50 python/base-requirements/lint.txt
+136 −137 python/base-requirements/nox.txt
+100 −85 python/base-requirements/publish.txt
+133 −119 python/base-requirements/reformat.txt
+68 −68 python/base-requirements/tests.txt
+37 −37 python/base-requirements/type-checking.txt

0 comments on commit 42684e9

Please sign in to comment.