diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-03 07:12:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 07:12:18 +0000 |
commit | f956b2117ea60587b1f0855f78195b239454f89f (patch) | |
tree | 6a5e2a50145cb9d94ad7e30bee251227b7df29f3 /requirements-dev.txt | |
parent | eb220774a6204a6a5361ea0d19a0907dd9d816d2 (diff) | |
download | searxng-f956b2117ea60587b1f0855f78195b239454f89f.tar.gz searxng-f956b2117ea60587b1f0855f78195b239454f89f.zip |
Bump twine from 3.6.0 to 3.7.0
Bumps [twine](https://github.com/pypa/twine) from 3.6.0 to 3.7.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.6.0...3.7.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 64b9b7e01..330449ed5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pycodestyle==2.8.0 pylint==2.12.1 splinter==0.16.0 selenium==3.141.0 -twine==3.6.0 +twine==3.7.0 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.3.1 sphinx-issues==1.2.0 |