diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-02-04 09:28:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 09:28:29 +0100 |
| commit | ad3a46a26883714603791f36666e50a585c601a8 (patch) | |
| tree | 9037f2ce433a19b7d4721de26b3634c73d404fbe | |
| parent | 7a89c5bfe8cc3db6cd0a32fd921ce3258c634a50 (diff) | |
| parent | 62e4842fca6060a4226c02304de438661109dd38 (diff) | |
Merge pull request #864 from searxng/dependabot/pip/master/twine-3.8.0
Bump twine from 3.7.1 to 3.8.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 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 |