Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent 2aaa175 commit 752c912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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@edfa8f355b2652764330cc56a770050d4c0f96a4
with:
user: __token__
password: ${{ secrets.pypi_password }}
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
Expand Down

0 comments on commit 752c912

Please sign in to comment.