From 4752c407d323c6d76723fc1d42d8c9074dbbba73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:25:51 +0000 Subject: [PATCH] build(deps): bump waitress from 1.3.1 to 2.1.1 Bumps [waitress](https://github.com/Pylons/waitress) from 1.3.1 to 2.1.1. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/master/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v1.3.1...v2.1.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 009f3b2..d3e6e8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -563,15 +563,15 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "waitress" -version = "1.3.1" +version = "2.1.1" description = "Waitress WSGI server" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.7.0" [package.extras] docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"] -testing = ["nose", "coverage"] +testing = ["pytest", "pytest-cover", "coverage (>=5.0)"] [[package]] name = "werkzeug" @@ -599,7 +599,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "8338ac3e8931cc73eacc4a42146c7d1d7b17f77f48d785f8669b8a6cac6b0eac" +content-hash = "04c1bd653a71d108569c02f0a77f0d750791772d91d666e15689d54be399b6c3" [metadata.files] atomicwrites = [ @@ -1104,8 +1104,8 @@ urllib3 = [ {file = "urllib3-1.25.11.tar.gz", hash = "sha256:8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2"}, ] waitress = [ - {file = "waitress-1.3.1-py2.py3-none-any.whl", hash = "sha256:f103e557725b17ae3c62f9e6005cdd85103f8b68fa86cf7c764ba7adc38ca5a2"}, - {file = "waitress-1.3.1.tar.gz", hash = "sha256:278e09d6849acc1365404bbf7d790d0423b159802e850c726e8cd0a126a2dac7"}, + {file = "waitress-2.1.1-py3-none-any.whl", hash = "sha256:c549f5b2b4afd44d9d97d7cec79f3ef581e25d832827f415dc175327af674aa8"}, + {file = "waitress-2.1.1.tar.gz", hash = "sha256:e2e60576cf14a1539da79f7b7ee1e79a71e64f366a0b47db54a15e971f57bb16"}, ] werkzeug = [ {file = "Werkzeug-2.0.1-py3-none-any.whl", hash = "sha256:6c1ec500dcdba0baa27600f6a22f6333d8b662d22027ff9f6202e3367413caa8"}, diff --git a/pyproject.toml b/pyproject.toml index 738c6e5..e6dfe29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ pandas="1.2.5" Flask="1.1.1" requests="2.23.0" flask_cors="3.0.8" -waitress="1.3.1" +waitress="2.1.1" boto3="1.12.24" s3fs="0.4.0" hydrosdk = "3.0.3"