diff --git a/pyproject.toml b/pyproject.toml index eb243b5..40ebcd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ requires-python = ">=3.10" license = {text = "MIT"} authors = [{ name = "Simon Kobler", email = "github@kobler.me" }] dependencies = [ - "requests==2.32.4", + "requests==2.32.5", "argparse==1.4.0", - "beautifulsoup4==4.13.4", + "beautifulsoup4==4.14.2", "halo==0.0.31", "pylint==3.3.7", "setuptools==80.9.0" diff --git a/requirements.txt b/requirements.txt index ae464dd..cb3bb22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -requests==2.32.4 +requests==2.32.5 argparse==1.4.0 -beautifulsoup4==4.13.4 +beautifulsoup4==4.14.2 halo==0.0.31 pylint==3.3.7 setuptools==80.9.0