diff --git a/pyproject.toml b/pyproject.toml index e836a4e..8add0c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" license = {text = "MIT"} authors = [{ name = "Simon Kobler", email = "github@kobler.me" }] dependencies = [ - "requests==2.32.5", + "requests==2.33.0", "argparse==1.4.0", "beautifulsoup4==4.14.3", "halo==0.0.31", diff --git a/requirements.txt b/requirements.txt index c94da63..2340b24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.32.5 +requests==2.33.0 argparse==1.4.0 beautifulsoup4==4.14.3 halo==0.0.31