diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-04 07:05:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 07:05:25 +0000 |
commit | 62e4842fca6060a4226c02304de438661109dd38 (patch) | |
tree | b90f92be4b6a08966f8501bfc4897b9394c5dea6 /requirements-dev.txt | |
parent | 9fae80facb8efaad22dc5e20f48c001f89e8e567 (diff) | |
download | searxng-62e4842fca6060a4226c02304de438661109dd38.tar.gz searxng-62e4842fca6060a4226c02304de438661109dd38.zip |
Bump twine from 3.7.1 to 3.8.0
Bumps [twine](https://github.com/pypa/twine) from 3.7.1 to 3.8.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.7.1...3.8.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 8c75db80a..e3b8c56ac 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pycodestyle==2.8.0 pylint==2.12.2 splinter==0.17.0 selenium==4.1.0 -twine==3.7.1 +twine==3.8.0 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.4.0 sphinx-issues==3.0.1 |