diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-05 09:53:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 09:53:19 +0100 |
| commit | ac76d94c679431fe98d43caeb6dd9d792aa1bf93 (patch) | |
| tree | 9ce4da72c6f9fe0723f947eecc8ca5d68c0ad4d7 | |
| parent | 523b3c095222fc615dc02f27de1e94b2a7b6e270 (diff) | |
| parent | b40c9f6c6e5c76506ece56096694d0919dfda378 (diff) | |
Merge pull request #476 from searxng/dependabot/pip/master/twine-3.5.0
Bump twine from 3.4.2 to 3.5.0
| -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 |