Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent 0095840 commit d4901b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@897895f1e160c830e369f9779632ebc134688e1b
with:
user: __token__
password: ${{ secrets.pypi_password }}
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d4901b3

Please sign in to comment.