diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5e33654..a2d028f 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@916e57631f04a497e4bec0e29e80684e45b4305e 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,