Skip to content

Commit

Permalink
updated reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Dec 31, 2024
1 parent d2b8ecd commit 5a1989e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
#
async-timeout==5.0.1
# via redis
boto3==1.35.76
boto3==1.35.90
# via -r requirements/base.in
botocore==1.35.76
botocore==1.35.90
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via
# elastic-transport
# opensearch-py
# requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via -r requirements/base.in
elastic-transport==8.15.1
# via
# elasticsearch
# elasticsearch-dsl
elasticsearch==8.16.0
elasticsearch==8.17.0
# via
# -r requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==8.16.0
elasticsearch-dsl==8.17.0
# via -r requirements/base.in
environs==11.2.1
# via -r requirements/base.in
Expand All @@ -43,7 +43,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
marshmallow==3.23.1
marshmallow==3.23.2
# via environs
opensearch-dsl==2.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -79,7 +79,7 @@ six==1.17.0
# python-dateutil
sqlalchemy==2.0.36
# via -r requirements/base.in
sqlparse==0.5.2
sqlparse==0.5.3
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand Down
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ async-timeout==5.0.1
# via redis
black==24.10.0
# via -r requirements/dev.in
boto3==1.35.76
boto3==1.35.90
# via -r /Users/tolu/pgsync/requirements/base.in
botocore==1.35.76
botocore==1.35.90
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via
# elastic-transport
# opensearch-py
# requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# -r /Users/tolu/pgsync/requirements/base.in
# black
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/dev.in
# pytest-cov
Expand All @@ -37,11 +37,11 @@ elastic-transport==8.15.1
# via
# elasticsearch
# elasticsearch-dsl
elasticsearch==8.16.0
elasticsearch==8.17.0
# via
# -r /Users/tolu/pgsync/requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==8.16.0
elasticsearch-dsl==8.17.0
# via -r /Users/tolu/pgsync/requirements/base.in
environs==11.2.1
# via -r /Users/tolu/pgsync/requirements/base.in
Expand All @@ -59,7 +59,7 @@ freezegun==1.5.1
# via -r requirements/dev.in
greenlet==3.1.1
# via sqlalchemy
identify==2.6.3
identify==2.6.4
# via pre-commit
idna==3.10
# via requests
Expand All @@ -71,7 +71,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
marshmallow==3.23.1
marshmallow==3.23.2
# via environs
mccabe==0.7.0
# via flake8
Expand Down Expand Up @@ -145,7 +145,7 @@ six==1.17.0
# python-dateutil
sqlalchemy==2.0.36
# via -r /Users/tolu/pgsync/requirements/base.in
sqlparse==0.5.2
sqlparse==0.5.3
# via -r /Users/tolu/pgsync/requirements/base.in
tomli==2.2.1
# via
Expand Down

0 comments on commit 5a1989e

Please sign in to comment.