diff --git a/poetry.lock b/poetry.lock index da475155..7d647c53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -861,13 +861,13 @@ files = [ [[package]] name = "pyjwt" -version = "2.7.0" +version = "2.8.0" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.7" files = [ - {file = "PyJWT-2.7.0-py3-none-any.whl", hash = "sha256:ba2b425b15ad5ef12f200dc67dd56af4e26de2331f965c5439994dad075876e1"}, - {file = "PyJWT-2.7.0.tar.gz", hash = "sha256:bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074"}, + {file = "PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320"}, + {file = "PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de"}, ] [package.extras] @@ -1594,4 +1594,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "8ac5abf86edb8e122ef67c44a2c2ab8998f1612d0834d50e3de0c20e74fc2eef" +content-hash = "24c34ef55136d321c4f991993e72a318236fe9867d33a0391f1a4d9db5e089b3" diff --git a/pyproject.toml b/pyproject.toml index bcb8ec5b..5122d12e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Issue Tracker" = "https://github.com/MeltanoLabs/tap-github/issues" [tool.poetry.dependencies] -PyJWT = "2.7.0" +PyJWT = "2.8.0" python = ">=3.8,<3.12" requests = "~=2.32.3" # For local SDK dev: