Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2023
1 parent ccd25bb commit bce5f31
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/actions/waffles/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docopt==0.6.2
Flask==2.2.3
Flask==2.3.0
markupsafe==2.1.2
git+https://github.com/cds-snc/[email protected]#egg=notifications-utils
77 changes: 35 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cachetools = "4.2.4"
mistune = "0.8.4"
requests = "2.28.2"
python-json-logger = "2.0.7"
Flask = "2.2.3"
Flask = "2.3.0"
ordered-set = "4.1.0"
markupsafe = "2.1.2"
Jinja2 = "^3.0.0"
Expand All @@ -38,11 +38,11 @@ py_w3c = "0.3.1"
# required by both api and admin
awscli = "1.27.86"
boto3 = "1.26.86"
werkzeug = "2.2.3"
werkzeug = "2.3.0"
itsdangerous = "2.1.2"

[tool.poetry.group.test.dependencies]
pytest = "7.2.2"
pytest = "7.3.1"
pytest-mock = "3.10.0"
pytest-cov = "2.12.1"
pytest-xdist = "2.5.0"
Expand Down

0 comments on commit bce5f31

Please sign in to comment.