diff --git a/pyproject.toml b/pyproject.toml index ab3d43d..4d83df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ readme = "README.md" license = "MIT" authors = [{ name = "Kacper Jarosławski", email = "kacper.jaroslawski@kzl21.ovh" }] dependencies = [ - "requests>=2.32.5", - "rich>=14.3.0", + "requests>=2.34.2", + "rich>=15.0.0", "pyyaml>=6.0.3" ] requires-python = ">=3.10" diff --git a/requirements.txt b/requirements.txt index 6001712..e189679 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -requests>=2.32.5 -rich>=14.3.0 +requests>=2.34.2 +rich>=15.0.0 pyyaml>=6.0.3 \ No newline at end of file