From 9c0437ce695df421888410dd7bba9d0ba4d7fd45 Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Tue, 12 May 2020 21:54:40 +0100 Subject: [PATCH] Hopefuly Pipfile to be parsibaly --- Pipfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index c036af18..db08ffc0 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ aiosqlite = "==0.13.0" beautifulsoup4 = "==4.9.0" dnspython = "==1.16.0" netaddr = "==0.7.19" -plotly = "==4.7.0" +plotly = "==4.7.1" PyYAML = "==5.3.1" requests = "==2.23.0" retrying = "==1.3.3" @@ -21,9 +21,9 @@ uvloop = "==0.14.0" certifi = "==2020.4.5.1" [dev-packages] -flake8 = "==3.7.9" +flake8 = "==3.8.0" mypy = "==0.770" mypy-extensions = "==0.4.3" pyflakes = "==2.2.0" -pytest = "==5.4.1" -pytest-asyncio = "==0.12.0" +pytest =" ==5.4.2" +pytest-asyncio = "==0.12.0" \ No newline at end of file