diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-10 07:05:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 07:05:09 +0000 |
commit | 55d8c9a88eed0e8a143fb2e8eb4c5a609318b058 (patch) | |
tree | fe1c9d11596b306d6f1d0258814dc29b6be6ab06 /requirements-dev.txt | |
parent | 2a262df0bb1f6bc9c1ccb37894cd9501d00c8349 (diff) | |
download | searxng-55d8c9a88eed0e8a143fb2e8eb4c5a609318b058.tar.gz searxng-55d8c9a88eed0e8a143fb2e8eb4c5a609318b058.zip |
Bump twine from 3.7.0 to 3.7.1
Bumps [twine](https://github.com/pypa/twine) from 3.7.0 to 3.7.1.
- [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.0...3.7.1)
---
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 330449ed5..fd3a49303 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.7.0 +twine==3.7.1 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.3.1 sphinx-issues==1.2.0 |