From e820d20d2310805c5ebdc404ea64fe95cec911ec Mon Sep 17 00:00:00 2001 From: Nathaniel Varona Date: Fri, 28 Apr 2023 16:29:45 +0800 Subject: [PATCH] Release 0.1.2 --- poetry.lock | 8 ++++---- pyproject.toml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e92f42..e848611 100644 --- a/poetry.lock +++ b/poetry.lock @@ -418,14 +418,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "werkzeug" -version = "2.3.0" +version = "2.3.1" description = "The comprehensive WSGI web application library." category = "main" optional = true python-versions = ">=3.8" files = [ - {file = "Werkzeug-2.3.0-py3-none-any.whl", hash = "sha256:340335057f72974d9281dbaf52c8090a9f9a59ba304ae814bf0656e6559c0020"}, - {file = "Werkzeug-2.3.0.tar.gz", hash = "sha256:3b6b46926d052b8ebca97c4dc73c12e47bdd07d57ab0600c039c3155450227bc"}, + {file = "Werkzeug-2.3.1-py3-none-any.whl", hash = "sha256:69a4b8fcbb30a4c3fa81a5cebd961541273e4d222a4c08593b0b18312e14f64a"}, + {file = "Werkzeug-2.3.1.tar.gz", hash = "sha256:2d35a28a75ae03727eae14ea7d13627c0f77aed6b9998441e6dae0b387f697fc"}, ] [package.dependencies] @@ -456,4 +456,4 @@ flask = ["flask", "gunicorn"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "e2786d83ca1d97e6062996b168036c236bc735b38abfbc627bd8baf5e81bfc85" +content-hash = "34b08737bbc647a2600b834a705eca2b1ebe661467a81ab8c2ce2b4363913479" diff --git a/pyproject.toml b/pyproject.toml index 81136e6..417790f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pritunl-slack-app" -version = "0.1.0" +version = "0.1.2" description = "Pritunl Slack App Slash Commands" authors = ["Nathaniel Varona "] license = "MIT" @@ -9,10 +9,10 @@ packages = [{include = "pritunl_slack_app"}] [tool.poetry.dependencies] python = ">=3.8,<3.11" -slack-bolt = "^1.17.0" -flask = {version = "^2.2.3", optional = true} -gunicorn = {version = "^20.1.0", optional = true} -pritunl-api = "^1.1.10" +slack-bolt = "~1.18.0" +flask = {version = "~2.3.1", optional = true} +gunicorn = {version = "~20.1.0", optional = true} +pritunl-api = "~1.1.10" [tool.poetry.extras] flask = ["flask", "gunicorn"]