Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Jun 11, 2024
1 parent 2b8d285 commit c183c86
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
30 changes: 17 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
async-timeout==4.0.3
# via redis
boto3==1.34.100
boto3==1.34.123
# via -r requirements/base.in
botocore==1.34.100
botocore==1.34.123
# via
# boto3
# s3transfer
certifi==2024.2.2
certifi==2024.6.2
# via
# elastic-transport
# opensearch-py
Expand All @@ -21,16 +21,18 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r requirements/base.in
elastic-transport==8.13.0
elastic-transport==8.13.1
# via elasticsearch
elasticsearch==8.13.1
elasticsearch==8.14.0
# via
# -r requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==8.13.1
elasticsearch-dsl==8.14.0
# via -r requirements/base.in
environs==11.0.0
# via -r requirements/base.in
events==0.5
# via opensearch-py
greenlet==3.0.3
# via sqlalchemy
idna==3.7
Expand All @@ -39,13 +41,13 @@ jmespath==1.0.1
# via
# boto3
# botocore
marshmallow==3.21.2
marshmallow==3.21.3
# via environs
opensearch-dsl==2.1.0
# via -r requirements/base.in
opensearch-py==2.5.0
opensearch-py==2.6.0
# via opensearch-dsl
packaging==24.0
packaging==24.1
# via marshmallow
psycopg2-binary==2.9.9
# via -r requirements/base.in
Expand All @@ -59,9 +61,9 @@ python-dotenv==1.0.1
# via
# -r requirements/base.in
# environs
redis==5.0.4
redis==5.0.5
# via -r requirements/base.in
requests==2.31.0
requests==2.32.3
# via
# opensearch-py
# requests-aws4auth
Expand All @@ -79,8 +81,10 @@ sqlalchemy==2.0.30
# via -r requirements/base.in
sqlparse==0.5.0
# via -r requirements/base.in
typing-extensions==4.11.0
# via sqlalchemy
typing-extensions==4.12.2
# via
# elasticsearch-dsl
# sqlalchemy
urllib3==1.26.18
# via
# botocore
Expand Down
44 changes: 22 additions & 22 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ async-timeout==4.0.3
# via redis
black==24.4.2
# via -r requirements/dev.in
boto3==1.34.100
boto3==1.34.123
# via -r requirements/base.in
botocore==1.34.100
botocore==1.34.123
# via
# boto3
# s3transfer
certifi==2024.2.2
certifi==2024.6.2
# via
# elastic-transport
# opensearch-py
Expand All @@ -27,31 +27,33 @@ click==8.1.7
# via
# -r requirements/base.in
# black
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/dev.in
# pytest-cov
distlib==0.3.8
# via virtualenv
elastic-transport==8.13.0
elastic-transport==8.13.1
# via elasticsearch
elasticsearch==8.13.1
elasticsearch==8.14.0
# via
# -r requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==8.13.1
elasticsearch-dsl==8.14.0
# via -r requirements/base.in
environs==11.0.0
# via -r requirements/base.in
events==0.5
# via opensearch-py
exceptiongroup==1.2.1
# via pytest
faker==25.0.1
faker==25.8.0
# via -r requirements/dev.in
filelock==3.14.0
# via virtualenv
flake8==7.0.0
# via -r requirements/dev.in
freezegun==1.5.0
freezegun==1.5.1
# via -r requirements/dev.in
greenlet==3.0.3
# via sqlalchemy
Expand All @@ -67,28 +69,28 @@ jmespath==1.0.1
# via
# boto3
# botocore
marshmallow==3.21.2
marshmallow==3.21.3
# via environs
mccabe==0.7.0
# via flake8
mock==5.1.0
# via -r requirements/dev.in
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
opensearch-dsl==2.1.0
# via -r requirements/base.in
opensearch-py==2.5.0
opensearch-py==2.6.0
# via opensearch-dsl
packaging==24.0
packaging==24.1
# via
# black
# marshmallow
# pytest
pathspec==0.12.1
# via black
platformdirs==4.2.1
platformdirs==4.2.2
# via
# black
# virtualenv
Expand All @@ -102,7 +104,7 @@ pycodestyle==2.11.1
# via flake8
pyflakes==3.2.0
# via flake8
pytest==8.2.0
pytest==8.2.2
# via
# -r requirements/dev.in
# pytest-cov
Expand All @@ -125,9 +127,9 @@ python-dotenv==1.0.1
# environs
pyyaml==6.0.1
# via pre-commit
redis==5.0.4
redis==5.0.5
# via -r requirements/base.in
requests==2.31.0
requests==2.32.3
# via
# opensearch-py
# requests-aws4auth
Expand All @@ -150,18 +152,16 @@ tomli==2.0.1
# black
# coverage
# pytest
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# black
# elasticsearch-dsl
# sqlalchemy
urllib3==1.26.18
# via
# botocore
# elastic-transport
# opensearch-py
# requests
virtualenv==20.26.1
virtualenv==20.26.2
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
# setuptools
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ def get_version() -> str:
VERSION = get_version()
INSTALL_REQUIRES = []
KEYWORDS = [
"pgsync",
"change data capture",
"elasticsearch",
"opensearch",
"pgsync",
"postgres",
"change data capture",
]
CLASSIFIERS = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -48,11 +48,7 @@ def get_version() -> str:
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
SCRIPTS = [
"bin/pgsync",
"bin/bootstrap",
"bin/parallel_sync",
]
SCRIPTS = ["bin/bootstrap", "bin/parallel_sync", "bin/pgsync"]
SETUP_REQUIRES = ["pytest-runner"]
TESTS_REQUIRE = ["pytest"]

Expand Down

0 comments on commit c183c86

Please sign in to comment.