Skip to content

Commit

Permalink
Merge pull request #256 from sanger/develop
Browse files Browse the repository at this point in the history
Wrangler - Dependency updates
  • Loading branch information
andrewsparkes authored Oct 13, 2022
2 parents 6fce3a3 + baf1ac3 commit 6264bf6
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 513 deletions.
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2
1.3.3
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
black = "==21.4b0"
black = "==22.10.0"
coverage = {extras = ["toml"],version = "*"}
flake8 = "*"
flake8-bugbear = "*"
Expand All @@ -13,13 +13,13 @@ pytest = "*"
pytest-cov = "*"

[packages]
colorlog = "~=4.1"
flask = "~=1.1"
colorlog = "~=6.7"
flask = "~=2.0"
gunicorn = "~=20.0"
python-dotenv = "~=0.17"
python-dotenv = "~=0.21"
slackclient = "~=2.6"
markupsafe = "==2.0.1"
click = "*"
markupsafe = "==2.1.1"
click = "~=8.0"
types-flask = "*"

[requires]
Expand Down
Loading

0 comments on commit 6264bf6

Please sign in to comment.