From 0092287d0c5498b00b4e44de47d247f287c9a787 Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Tue, 3 Sep 2024 12:31:02 +0100 Subject: [PATCH 1/2] Update dependencies --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b7696ee..9998014 100644 --- a/setup.py +++ b/setup.py @@ -32,10 +32,10 @@ ], include_package_data=True, install_requires=[ - "requests==2.31.0", - "fire==0.5.0", + "requests==2.32.3", + "fire==0.6.0", "munch==3.0.0", - "requests_mock==1.11.0", + "requests_mock==1.12.1", "ascii_magic==2.3.0", "graphqlclient==0.2.4", ], From 1ac043e977f30f5854b923aee54473a61eca8dba Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Tue, 3 Sep 2024 12:31:40 +0100 Subject: [PATCH 2/2] Bump v0.26.2 --- README.md | 2 +- thothlibrary/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd7f5e1..83255ce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Install is either via pip or cloning the repository. From pip: ```sh -python3 -m pip install thothlibrary==0.26.1 +python3 -m pip install thothlibrary==0.26.2 ``` Or from the repo: diff --git a/thothlibrary/__init__.py b/thothlibrary/__init__.py index 6ace158..af45b62 100644 --- a/thothlibrary/__init__.py +++ b/thothlibrary/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """GraphQL client for Thoth""" -__version__ = "0.26.1" +__version__ = "0.26.2" __author__ = "Javier Arias " __copyright__ = "Copyright (c) 2020 Open Book Publishers" __license__ = "Apache 2.0"