diff --git a/pyproject.toml b/pyproject.toml index eb243b5..bfdd547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,12 +11,12 @@ 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.3", "halo==0.0.31", "pylint==3.3.7", - "setuptools==80.9.0" + "setuptools==80.10.1" ] [tool.setuptools] diff --git a/requirements.txt b/requirements.txt index ae464dd..76291eb 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.3 halo==0.0.31 pylint==3.3.7 -setuptools==80.9.0 +setuptools==80.10.1