diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-23 07:04:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 07:04:37 +0000 |
commit | e289ae277bd879c2758d531e879b4006fbee111d (patch) | |
tree | 48c7a10892a084d09de8d36021bc9630dd4d8e71 /requirements-dev.txt | |
parent | 4f0d232a3dc95042be809d6fa6e93ca746156658 (diff) | |
download | searxng-e289ae277bd879c2758d531e879b4006fbee111d.tar.gz searxng-e289ae277bd879c2758d531e879b4006fbee111d.zip |
Bump twine from 3.4.1 to 3.4.2
Bumps [twine](https://github.com/pypa/twine) from 3.4.1 to 3.4.2.
- [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/3.4.1...3.4.2)
---
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 4b3527d0b..033427871 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pylint==2.9.3 splinter==0.15.0 transifex-client==0.14.3 selenium==3.141.0 -twine==3.4.1 +twine==3.4.2 Pallets-Sphinx-Themes==2.0.1 Sphinx==4.1.1 sphinx-issues==1.2.0 |