From f3a6d8195f9689b237172f960fb81710e2754e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:01:45 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/publish.yaml | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5e33654..6000784 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@a536fa950501c91689aa954f1d7b15c0503b6fc6 with: user: __token__ password: ${{ secrets.pypi_password }} diff --git a/setup.py b/setup.py index ae9760e..f588b25 100755 --- a/setup.py +++ b/setup.py @@ -25,11 +25,11 @@ "flask==2.3.3", "jinja2 >= 3.1.2, < 3.2.0", "gevent==21.12.0", - "greenlet==1.1.2", + "greenlet==1.1.3.post0", "talisker[gunicorn,gevent,flask,prometheus,raven]", "Werkzeug >= 2.3.7, < 3.0.0", "markupsafe >= 1.0, < 2.2.0", - "itsdangerous >= 0.24, < 2.2.0", + "itsdangerous >=2.2, <3", ], dependency_links=[], include_package_data=True,