diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-03 08:49:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 08:49:08 +0000 |
commit | 14453cbec029c3ededd49e43ca7fa2a9e399c8af (patch) | |
tree | f9903eb9fc2de2246f4fa0e13e10d87858db0fba /requirements-dev.txt | |
parent | 4f135202f6e5642d5ff69ea1b8cf269d78908b7e (diff) | |
download | searxng-14453cbec029c3ededd49e43ca7fa2a9e399c8af.tar.gz searxng-14453cbec029c3ededd49e43ca7fa2a9e399c8af.zip |
Bump twine from 4.0.0 to 4.0.1
Bumps [twine](https://github.com/pypa/twine) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/4.0.0...4.0.1)
---
updated-dependencies:
- dependency-name: twine
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 5fe801ca1..03e0e35f6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pycodestyle==2.8.0 pylint==2.13.9 splinter==0.17.0 selenium==4.1.5 -twine==4.0.0 +twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.5.0 sphinx-issues==3.0.1 |