diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-20 17:38:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 17:38:45 +0000 |
commit | 232cf69b6c80e52a70cd1de2ae52a1306c0f510c (patch) | |
tree | a0e1a2eea573ee1c8cb9c55ca01312a2da6c71db | |
parent | 7a05d5c9cd9d3851f34a6b077693a5837a3623d5 (diff) | |
download | searxng-232cf69b6c80e52a70cd1de2ae52a1306c0f510c.tar.gz searxng-232cf69b6c80e52a70cd1de2ae52a1306c0f510c.zip |
Bump twine from 3.3.0 to 3.4.1
Bumps [twine](https://github.com/pypa/twine) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/3.3.0...3.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
-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 44093f216..ef948c587 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pylint==2.7.2 splinter==0.14.0 transifex-client==0.14.2 selenium==3.141.0 -twine==3.3.0 +twine==3.4.1 Pallets-Sphinx-Themes==1.2.3 Sphinx==3.5.2 sphinx-issues==1.2.0 |