From be0e5ffb818debf4ce79aa734fe385b04469a867 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 13 Sep 2025 04:06:43 +0200 Subject: [PATCH] Update pytest-asyncio from 0.14.0 to 1.2.0 --- Pipfile | 57 ++++++++++++++++++++++++++------------------------------- 1 file changed, 26 insertions(+), 31 deletions(-) diff --git a/Pipfile b/Pipfile index e9e8a275..31cf5a36 100644 --- a/Pipfile +++ b/Pipfile @@ -4,50 +4,45 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] -pytest = "==6.0.1" -pytest-recording = "==0.3.6" # 0.3.4 is breaking on --block-network it seems -pytest-asyncio = "==0.14.0" -pytest-dependency = "*" black = "*" +networkx = "*" +pytest = "==6.0.1" +pytest-asyncio = "==1.2.0" pytest-click = "*" -# better to have this here to sync venv between jupyter and custom editor behaviors -aiokraken = {path = ".",editable = true} +pytest-dependency = "*" +pytest-recording = "==0.3.6" sphinx = "*" -networkx = "*" +aiokraken = {editable = true,path = "."} [packages] -#bokeh-ta = {editable = true, path = "./../bokeh_ta"} -#livebokeh = {editable = true, path = "../livebokeh"} -aiohttp = "==3.6.2" aiodns = "==2.0.0" +aiohttp = "==3.6.2" +aioresponses = "*" +aiounittest = "*" +async-property = "*" +bokeh = "==2.0.2" cchardet = "==2.1.4" +click = "*" +dpcontracts = "*" +hypothesis = "==5.6.0" +ipykernel = "*" +ipympl = "==0.3.3" +ipython = "*" marshmallow = "==3.3.0" -pandas = "==1.0.3" -parameterized = "==0.7.0" marshmallow-dataframe = "==0.1.4" -ipympl = "==0.3.3" -pandas-ta = "==0.1.36b" -hypothesis = "==5.6.0" +mplfinance = "*" mypy = "*" -aiounittest = "*" -tinydb = "*" -ipython = "*" -click = "*" -dpcontracts = "*" +pandas = "==1.0.3" +pandas-ta = "==0.1.36b" +parameterized = "==0.7.0" result = "*" -aioresponses = "*" -mplfinance = "*" -#because we need the latest, at least 1.12.2 -wrapt = {git = "https://github.com/GrahamDumpleton/wrapt"} -bokeh = "==2.0.2" -ipykernel = "*" -async-property = "*" +tinydb = "*" tornado = "*" -# because we need latest unreleased version timecontrol = {git = "https://github.com/asmodehn/timecontrol"} - -[requires] -python_version = "3.8" +wrapt = {git = "https://github.com/GrahamDumpleton/wrapt"} [pipenv] allow_prereleases = true + +[requires] +python_version = "3.8"