From 8c8e01bf5d1788f4163633a44fb67f818ccefac7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 18:01:22 +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..ad2818a 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@699cd6103f50bf5c3b2f070c70712d109c168e6c 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=[],