diff --git a/README.md b/README.md index 318eeb6..d0ed200 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Key features of PGSync are: - [Python](https://www.python.org) 3.8+ - [Postgres](https://www.postgresql.org) 9.6+ -- [Redis](https://redis.io) 3.1.0 +- [Redis](https://redis.io) 3.1.0+ - [Elasticsearch](https://www.elastic.co/products/elastic-stack) 6.3.1+ or [OpenSearch](https://opensearch.org/) 1.3.7+ - [SQlAlchemy](https://www.sqlalchemy.org) 1.3.4+ diff --git a/README.rst b/README.rst index 54d0025..35a07b9 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ expose structured denormalized documents in [Elasticsearch](https://www.elastic. - [Python](https://www.python.org) 3.8+ - [Postgres](https://www.postgresql.org) 9.6+ -- [Redis](https://redis.io) 3.1.0 +- [Redis](https://redis.io) 3.1.0+ - [Elasticsearch](https://www.elastic.co/products/elastic-stack) 6.3.1+ or [OpenSearch](https://opensearch.org/) 1.3.7+ - [SQlAlchemy](https://www.sqlalchemy.org) 1.3.4+ diff --git a/pyproject.toml b/pyproject.toml index d242670..4e1b996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [tool.black] line-length = 79 -target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] \ No newline at end of file +target-version = ['py38', 'py39', 'py310', 'py311', 'py312', 'py313'] \ No newline at end of file diff --git a/requirements/base.txt b/requirements/base.txt index 003d946..4180e47 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,9 +6,9 @@ # async-timeout==4.0.3 # via redis -boto3==1.35.41 +boto3==1.35.44 # via -r requirements/base.in -botocore==1.35.41 +botocore==1.35.44 # via # boto3 # s3transfer diff --git a/requirements/dev.txt b/requirements/dev.txt index bb22c11..79419cf 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,9 +8,9 @@ async-timeout==4.0.3 # via redis black==24.8.0 # via -r requirements/dev.in -boto3==1.35.41 +boto3==1.35.44 # via -r requirements/base.in -botocore==1.35.41 +botocore==1.35.44 # via # boto3 # s3transfer @@ -47,7 +47,7 @@ events==0.5 # via opensearch-py exceptiongroup==1.2.2 # via pytest -faker==30.5.0 +faker==30.6.0 # via -r requirements/dev.in filelock==3.16.1 # via virtualenv @@ -162,5 +162,5 @@ urllib3==1.26.20 # elastic-transport # opensearch-py # requests -virtualenv==20.26.6 +virtualenv==20.27.0 # via pre-commit