From 5289415411acb580cf1373da27ece980e49b167f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 01:34:43 +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..80c97f6 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@85a5a80b227b7ecb3fba463426f5b44b740af0eb 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,