diff --git a/pyproject.toml b/pyproject.toml index 2c00719..f186007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytimbr_api" -version = "1.0.9" +version = "1.0.10" description = "Timbr REST API connector" readme = "README.md" license = "MIT" @@ -41,12 +41,12 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "requests>=2.32.3" + "requests>=2.32.4" ] [project.urls] Homepage = "https://github.com/WPSemantix/timbr_python_http" -Download = "https://github.com/WPSemantix/timbr_python_http/archive/refs/tags/v1.0.9.tar.gz" +Download = "https://github.com/WPSemantix/timbr_python_http/archive/refs/tags/v1.0.10.tar.gz" "Bug Tracker" = "https://github.com/WPSemantix/timbr_python_http/issues" Repository = "https://github.com/WPSemantix/timbr_python_http" diff --git a/requirements.txt b/requirements.txt index 09e6946..b012b40 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/test/requirements.txt b/test/requirements.txt index d35fc78..7651078 100644 Binary files a/test/requirements.txt and b/test/requirements.txt differ