diff --git a/pyproject.toml b/pyproject.toml index 7b03496..0499a91 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.32.5", + "requests==2.33.1", "PyJWT[crypto]==2.12.1", - "cryptography==46.0.5", + "cryptography==46.0.6", "pyyaml==6.0.3", ] diff --git a/requirements.txt b/requirements.txt index c4e0c2d..ef0f372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.32.5 +requests==2.33.1 PyJWT[crypto]==2.12.1 -cryptography==46.0.5 +cryptography==46.0.6 pyyaml==6.0.3