diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-04-09 15:24:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 15:24:11 +0200 |
| commit | e7644271531a7ea4d784bbb586f9e2725c546fd4 (patch) | |
| tree | 7545f79fc62e013a98e79a037225a25a694f9fb0 /requirements-dev.txt | |
| parent | 921528123263e03002682399df055f50aa891b82 (diff) | |
| parent | 5e7f46991104a6583676c6c9319a81b6f9a4b151 (diff) | |
Merge branch 'master' into switch-md-parser
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 f87ea5c72..87fe363d2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ nose2[coverage_plugin]==0.11.0 cov-core==1.15.0 black==22.3.0 pycodestyle==2.8.0 -pylint==2.13.4 +pylint==2.13.5 splinter==0.17.0 selenium==4.1.3 twine==4.0.0 |