diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-12 09:19:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 09:19:48 +0100 |
| commit | 93b831c11dc14cd3142cd3465dab52614ecdddb4 (patch) | |
| tree | 82b3fef8d1872196e23bb41371143bcabadfd40b | |
| parent | 90acb342d32b1ce890402acbc24cc9a5793fddc6 (diff) | |
| parent | c39a2180e931e91e347603ae20cb468f83da6508 (diff) | |
Merge pull request #492 from searxng/dependabot/pip/master/twine-3.6.0
Bump twine from 3.5.0 to 3.6.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 8993b6773..b7df4f666 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.5.0 +twine==3.6.0 Pallets-Sphinx-Themes==2.0.1 Sphinx==4.2.0 sphinx-issues==1.2.0 |