From 93fa2e3140c74b66f7c64b55ff688675187cd79d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:55:39 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/publish.yaml | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5e33654..60a8038 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,7 +22,7 @@ jobs: run: python3 setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@e777b33388fefa46ce597d8afa9c15a5357af36f + uses: pypa/gh-action-pypi-publish@3f824c73d94f6ad4925913f56d31c29caba41990 with: user: __token__ password: ${{ secrets.pypi_password }} diff --git a/setup.py b/setup.py index de1b7b0..d7f5cb6 100755 --- a/setup.py +++ b/setup.py @@ -22,13 +22,13 @@ packages=find_packages(), install_requires=[ "canonicalwebteam.yaml-responses[flask] (>=1,<2)", - "flask==1.1.2", + "flask==1.1.4", "jinja2 (>=3,<3.1.0)", "gevent==21.12.0", - "greenlet==1.1.2", + "greenlet==1.1.3.post0", "talisker[gunicorn,gevent,flask,prometheus,raven]", "Werkzeug (>=1.0.0, <1.2)", - "markupsafe >= 1.0, < 2.1.0", + "markupsafe >=2.1, <3", "itsdangerous >= 0.24, < 2.0", ], dependency_links=[],