From c43a716f3df7552403ea2782cafcd1df79e2b79d Mon Sep 17 00:00:00 2001 From: Arthur RICHARD Date: Mon, 17 Jul 2023 11:05:20 +0200 Subject: [PATCH] :arrow_up: : Update pydantic, google-api and google-auth dependencies --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index 6a80a2b..2beb462 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ long_description = fh.read() setup( - name="immosheets", # Replace with your own username - version="1.0.14", + name="immosheets", + version="1.1.0", author="Arthur RICHARD", author_email="arthur.richard@protonmail.com", description="Tired of searching with your mouse ? Let's automate the process.", @@ -14,13 +14,13 @@ url="https://github.com/arthuRHD/immosheets", packages=find_packages(), install_requires=[ - "pydantic==1.9.1", - "requests==2.28.1", - "google-api-core==2.8.2", - "google-api-python-client==2.52.0", - "google-auth==2.9.0", + "pydantic==2.0.3", + "requests==2.31.0", + "google-api-core==2.11.1", + "google-api-python-client==2.93.0", + "google-auth==2.22.0", "google-auth-httplib2==0.1.0", - "google-auth-oauthlib==0.5.2" + "google-auth-oauthlib==1.0.0" ], python_requires='>=3.10', classifiers=[