From 691e91eaed2999c092facc331cc2e99ba0f07553 Mon Sep 17 00:00:00 2001 From: Barbara Miller <3253863+galgeek@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:17:56 -0800 Subject: [PATCH 1/2] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8fb25c..e641ad8 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def find_package_data(package): setuptools.setup( name="brozzler", - version="1.5.44", + version="1.5.45", description="Distributed web crawling with browsers", url="https://github.com/internetarchive/brozzler", author="Noah Levitt", From 4b0024993254bbdadf3889044c1e7f8a54bbfe05 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Wed, 13 Mar 2024 10:00:29 -0700 Subject: [PATCH 2/2] tighten rethinkdb dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e641ad8..afbc1f3 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setuptools.setup( "pillow>=5.2.0", "urlcanon>=0.1.dev23", "doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311", - "rethinkdb<2.4.10", + "rethinkdb==2.4.9", "cerberus>=1.0.1", "jinja2>=2.10", "cryptography>=2.3",