From f1d57b0b63a1608d1c6f1df8e52a825448de6944 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Tue, 1 Aug 2023 12:57:10 +0200 Subject: [PATCH] Update dependencies Bump gunicorn from 20.1.0 to 21.2.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump pip from 23.1.2 to 23.2.1 Bumps [pip](https://github.com/pypa/pip) from 23.1.2 to 23.2.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.1.2...23.2.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Bump setuptools from 67.8.0 to 68.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 67.8.0 to 68.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v67.8.0...v68.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump wheel from 0.40.0 to 0.41.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.40.0 to 0.41.0. - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.40.0...0.41.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- requirements.txt | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84c6d16..8509015 100644 --- a/poetry.lock +++ b/poetry.lock @@ -783,18 +783,18 @@ test = ["objgraph", "psutil"] [[package]] name = "gunicorn" -version = "20.1.0" +version = "21.2.0" description = "WSGI HTTP Server for UNIX" category = "main" optional = false python-versions = ">=3.5" files = [ - {file = "gunicorn-20.1.0-py3-none-any.whl", hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e"}, - {file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"}, + {file = "gunicorn-21.2.0-py3-none-any.whl", hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0"}, + {file = "gunicorn-21.2.0.tar.gz", hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"}, ] [package.dependencies] -setuptools = ">=3.0" +packaging = "*" [package.extras] eventlet = ["eventlet (>=0.24.1)"] @@ -1090,7 +1090,7 @@ name = "packaging" version = "23.1" description = "Core utilities for Python packages" category = "main" -optional = true +optional = false python-versions = ">=3.7" files = [ {file = "packaging-23.1-py3-none-any.whl", hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61"}, @@ -2158,4 +2158,4 @@ test = ["pytest", "pytest-cov", "tox", "tox-docker"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.10" -content-hash = "849138b15ad41d4a62f8021cff0cde4389315bea21954a2879f61b856c1d471f" +content-hash = "ab71417606424237d8340c313db89204bcc3ef0ddbebc091fe43cec0f21629ec" diff --git a/pyproject.toml b/pyproject.toml index b3f3723..7ef869b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ include = [ [tool.poetry.dependencies] python = ">=3.9,<3.10" flask = "^2.3.1" -gunicorn = "^20.1.0" +gunicorn = "^21.2.0" fedora-messaging = "^3.4.1" "stomp.py" = "^8.1.0" diff --git a/requirements.txt b/requirements.txt index cc58c55..f5941e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -wheel==0.40.0 -pip==23.1.2 -setuptools==67.8.0 +wheel==0.41.0 +pip==23.2.1 +setuptools==68.0.0