Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Oct 19, 2024
1 parent 8320ccd commit 105edfb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tool.black]
line-length = 79
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312', 'py313']
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -162,5 +162,5 @@ urllib3==1.26.20
# elastic-transport
# opensearch-py
# requests
virtualenv==20.26.6
virtualenv==20.27.0
# via pre-commit

0 comments on commit 105edfb

Please sign in to comment.