diff --git a/docs/8.0.0 b/docs/8.0.0 new file mode 100644 index 0000000..38b80f0 --- /dev/null +++ b/docs/8.0.0 @@ -0,0 +1,4 @@ +Collecting package metadata (current_repodata.json): ...working... done +Solving environment: ...working... unsuccessful initial attempt using frozen solve. Retrying with flexible solve. +Collecting package metadata (repodata.json): ...working... done +Solving environment: ...working... unsuccessful initial attempt using frozen solve. Retrying with flexible solve. diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index d8d4654..b0fe83b 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/pyaqsapi/helperfunctions.py b/pyaqsapi/helperfunctions.py index 441cb94..4fe90a7 100644 --- a/pyaqsapi/helperfunctions.py +++ b/pyaqsapi/helperfunctions.py @@ -646,7 +646,7 @@ def _aqs_services_by_box( "param": parameter, "bdate": bdate, "edate": edate, - "minlat": minlon, + "minlat": minlat, "maxlat": maxlat, "minlon": minlon, "maxlon": maxlon, diff --git a/pyproject.toml b/pyproject.toml index 89f6c98..ff703be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,8 +47,7 @@ exclude = [ ".vscode" ] - -target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] +target-version = ["py38", "py39", "py310", "py311", "py312"] [tool.ruff.pydocstyle]