Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Jan 22, 2025
1 parent 5a1989e commit 59f8447
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
17 changes: 9 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
async-timeout==5.0.1
# via redis
boto3==1.35.90
boto3==1.36.3
# via -r requirements/base.in
botocore==1.35.90
botocore==1.36.3
# via
# boto3
# s3transfer
Expand All @@ -21,17 +21,17 @@ charset-normalizer==3.4.1
# via requests
click==8.1.8
# via -r requirements/base.in
elastic-transport==8.15.1
elastic-transport==8.17.0
# via
# elasticsearch
# elasticsearch-dsl
elasticsearch==8.17.0
# via
# -r requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==8.17.0
elasticsearch-dsl==8.17.1
# via -r requirements/base.in
environs==11.2.1
environs==14.1.0
# via -r requirements/base.in
events==0.5
# via opensearch-py
Expand All @@ -43,7 +43,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
marshmallow==3.23.2
marshmallow==3.25.1
# via environs
opensearch-dsl==2.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -71,19 +71,20 @@ requests==2.32.3
# requests-aws4auth
requests-aws4auth==1.3.1
# via -r requirements/base.in
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
six==1.17.0
# via
# opensearch-dsl
# python-dateutil
sqlalchemy==2.0.36
sqlalchemy==2.0.37
# via -r requirements/base.in
sqlparse==0.5.3
# via -r requirements/base.in
typing-extensions==4.12.2
# via
# elasticsearch-dsl
# environs
# sqlalchemy
urllib3==1.26.20
# via
Expand Down
27 changes: 14 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ async-timeout==5.0.1
# via redis
black==24.10.0
# via -r requirements/dev.in
boto3==1.35.90
boto3==1.36.3
# via -r /Users/tolu/pgsync/requirements/base.in
botocore==1.35.90
botocore==1.36.3
# via
# boto3
# s3transfer
Expand All @@ -33,33 +33,33 @@ coverage[toml]==7.6.10
# pytest-cov
distlib==0.3.9
# via virtualenv
elastic-transport==8.15.1
elastic-transport==8.17.0
# via
# elasticsearch
# elasticsearch-dsl
elasticsearch==8.17.0
# via
# -r /Users/tolu/pgsync/requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==8.17.0
elasticsearch-dsl==8.17.1
# via -r /Users/tolu/pgsync/requirements/base.in
environs==11.2.1
environs==14.1.0
# via -r /Users/tolu/pgsync/requirements/base.in
events==0.5
# via opensearch-py
exceptiongroup==1.2.2
# via pytest
faker==33.1.0
faker==34.0.0
# via -r requirements/dev.in
filelock==3.16.1
filelock==3.17.0
# via virtualenv
flake8==7.1.1
# via -r requirements/dev.in
freezegun==1.5.1
# via -r requirements/dev.in
greenlet==3.1.1
# via sqlalchemy
identify==2.6.4
identify==2.6.6
# via pre-commit
idna==3.10
# via requests
Expand All @@ -71,7 +71,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
marshmallow==3.23.2
marshmallow==3.25.1
# via environs
mccabe==0.7.0
# via flake8
Expand All @@ -98,7 +98,7 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==4.0.1
pre-commit==4.1.0
# via -r requirements/dev.in
psycopg2-binary==2.9.10
# via -r /Users/tolu/pgsync/requirements/base.in
Expand Down Expand Up @@ -137,13 +137,13 @@ requests==2.32.3
# requests-aws4auth
requests-aws4auth==1.3.1
# via -r /Users/tolu/pgsync/requirements/base.in
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
six==1.17.0
# via
# opensearch-dsl
# python-dateutil
sqlalchemy==2.0.36
sqlalchemy==2.0.37
# via -r /Users/tolu/pgsync/requirements/base.in
sqlparse==0.5.3
# via -r /Users/tolu/pgsync/requirements/base.in
Expand All @@ -156,6 +156,7 @@ typing-extensions==4.12.2
# via
# black
# elasticsearch-dsl
# environs
# faker
# sqlalchemy
urllib3==1.26.20
Expand All @@ -164,5 +165,5 @@ urllib3==1.26.20
# elastic-transport
# opensearch-py
# requests
virtualenv==20.28.0
virtualenv==20.29.1
# via pre-commit

0 comments on commit 59f8447

Please sign in to comment.