diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-01 09:03:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 09:03:50 +0000 |
commit | 6fe01723d866b1310e24ffc1445ca5f5d432d479 (patch) | |
tree | 587e25e2c74ee9a35700162c1ac255b7ed370d35 /requirements-dev.txt | |
parent | fe78c1a65c4f609a0513ff0fa6625855f9f3a7bc (diff) | |
download | searxng-6fe01723d866b1310e24ffc1445ca5f5d432d479.tar.gz searxng-6fe01723d866b1310e24ffc1445ca5f5d432d479.zip |
Bump twine from 3.8.0 to 4.0.0
Bumps [twine](https://github.com/pypa/twine) from 3.8.0 to 4.0.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.8.0...4.0.0)
---
updated-dependencies:
- dependency-name: twine
dependency-type: direct:development
update-type: version-update:semver-major
...
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 589f1b343..f87ea5c72 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pycodestyle==2.8.0 pylint==2.13.4 splinter==0.17.0 selenium==4.1.3 -twine==3.8.0 +twine==4.0.0 Pallets-Sphinx-Themes==2.0.2 Sphinx==4.5.0 sphinx-issues==3.0.1 |