Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8edc9c6
Update pyflakes from 2.1.1 to 2.2.0
pyup-bot Apr 13, 2020
20decb1
Update pyflakes from 2.1.1 to 2.2.0
pyup-bot Apr 13, 2020
687c2b6
Update attrs from 19.1.0 to 19.3.0
pyup-bot Apr 13, 2020
09f71bb
Update certifi from 2019.3.9 to 2020.4.5.1
pyup-bot Apr 13, 2020
400aa54
Update idna from 2.8 to 2.9
pyup-bot Apr 13, 2020
6ca2a7d
Update more-itertools from 7.0.0 to 8.2.0
pyup-bot Apr 13, 2020
04a6041
Update pluggy from 0.11.0 to 0.13.1
pyup-bot Apr 13, 2020
ccfe0d0
Update py from 1.8.0 to 1.8.1
pyup-bot Apr 13, 2020
93c3347
Update pytest from 4.5.0 to 5.4.1
pyup-bot Apr 13, 2020
93967bc
Update pytest-html from 1.20.0 to 2.1.1
pyup-bot Apr 13, 2020
53cbd1b
Update pytest-selenium from 1.16.0 to 1.17.0
pyup-bot Apr 13, 2020
062e575
Update pytest-variables from 1.7.1 to 1.9.0
pyup-bot Apr 13, 2020
6326b1a
Update requests from 2.22.0 to 2.23.0
pyup-bot Apr 13, 2020
eb6d01c
Update six from 1.12.0 to 1.14.0
pyup-bot Apr 13, 2020
d9edbc3
Update urllib3 from 1.25.2 to 1.25.8
pyup-bot Apr 13, 2020
d1c2ce7
Update zope.component from 4.5 to 4.6.1
pyup-bot Apr 13, 2020
23e37cc
Update zope.deferredimport from 4.3 to 4.3.1
pyup-bot Apr 13, 2020
e3f999a
Update zope.hookable from 4.2.0 to 5.0.1
pyup-bot Apr 13, 2020
db09ea6
Update zope.interface from 4.6.0 to 5.1.0
pyup-bot Apr 13, 2020
eedeecc
Update zope.proxy from 4.3.1 to 4.3.5
pyup-bot Apr 13, 2020
73a0d5d
Update black from 19.3b0 to 19.10b0
pyup-bot Apr 13, 2020
a53002a
Update click from 7.0 to 7.1.1
pyup-bot Apr 13, 2020
1762eff
Update flake8 from 3.7.7 to 3.7.9
pyup-bot Apr 13, 2020
8bb522e
Update mypy from 0.701 to 0.770
pyup-bot Apr 13, 2020
d198837
Update mypy-extensions from 0.4.1 to 0.4.3
pyup-bot Apr 13, 2020
a7f75e9
Update typed-ast from 1.3.5 to 1.4.1
pyup-bot Apr 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pypom = "*"
pytest-variables = "*"
pytest-html = "*"
pycodestyle = "==2.5.0"
pyflakes = "==2.1.1"
pyflakes = "==2.2.0"


[dev-packages]
Expand Down
Loading