diff --git a/pyproject.toml b/pyproject.toml index bf624ca..ee6298d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ version = "1.1.0" description = "Automated PR creation from branch patterns across GitHub and Bitbucket" requires-python = ">=3.11" dependencies = [ - "requests==2.33.1", - "PyJWT[crypto]==2.12.1", - "cryptography==47.0.0", + "requests==2.34.2", + "PyJWT[crypto]==2.13.0", + "cryptography==48.0.0", "pyyaml==6.0.3", ] diff --git a/requirements.txt b/requirements.txt index dd58e93..b23592a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.33.1 -PyJWT[crypto]==2.12.1 -cryptography==47.0.0 +requests==2.34.2 +PyJWT[crypto]==2.13.0 +cryptography==48.0.0 pyyaml==6.0.3