-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [piped](https://github.com/FasterSpeeding/Piped) from `e15c1db` to `0156283`. - [Release notes](https://github.com/FasterSpeeding/Piped/releases) - [Commits](FasterSpeeding/Piped@e15c1db...0156283) --- updated-dependencies: - dependency-name: piped dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
bc43229
commit 8b2c78f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule piped
updated
20 files
+1 −1 | .github/workflows/update-licence.yml | |
+1 −1 | .github/workflows/upgrade-locks.yml | |
+106 −106 | bot/requirements.txt | |
+10 −10 | dev-requirements/flake8.txt | |
+118 −118 | dev-requirements/type-checking.txt | |
+1 −1 | github/actions/publish.yml | |
+1 −1 | github/actions/update-licence.yml | |
+1 −1 | github/actions/upgrade-locks.yml | |
+1 −0 | pyproject.toml | |
+13 −13 | python/base-requirements/docs.txt | |
+1 −1 | python/base-requirements/flake8.txt | |
+105 −125 | python/base-requirements/freeze-locks.txt | |
+13 −13 | python/base-requirements/library-flake8.txt | |
+1 −1 | python/base-requirements/lint.txt | |
+103 −103 | python/base-requirements/nox.txt | |
+4 −4 | python/base-requirements/publish.txt | |
+4 −4 | python/base-requirements/reformat.txt | |
+1 −1 | python/base-requirements/tests.txt | |
+4 −4 | python/base-requirements/type-checking.txt | |
+1 −0 | python/noxfile.py |