diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-05 07:04:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 07:04:49 +0000 |
commit | b40c9f6c6e5c76506ece56096694d0919dfda378 (patch) | |
tree | 9ce4da72c6f9fe0723f947eecc8ca5d68c0ad4d7 /requirements-dev.txt | |
parent | 523b3c095222fc615dc02f27de1e94b2a7b6e270 (diff) | |
download | searxng-b40c9f6c6e5c76506ece56096694d0919dfda378.tar.gz searxng-b40c9f6c6e5c76506ece56096694d0919dfda378.zip |
Bump twine from 3.4.2 to 3.5.0
Bumps [twine](https://github.com/pypa/twine) from 3.4.2 to 3.5.0.
- [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.2...3.5.0)
---
updated-dependencies:
- dependency-name: twine
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 ef3b9cdcc..8993b6773 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pycodestyle==2.8.0 pylint==2.11.1 splinter==0.16.0 selenium==3.141.0 -twine==3.4.2 +twine==3.5.0 Pallets-Sphinx-Themes==2.0.1 Sphinx==4.2.0 sphinx-issues==1.2.0 |