Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Dec 10, 2023
1 parent 46922c6 commit 9ff7483
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# POLL_INTERVAL=0.1
# FILTER_CHUNK_SIZE=5000

# Elasticsearch
# Elasticsearch/Opensearch
# ELASTICSEARCH_SCHEME=http
# ELASTICSEARCH_HOST=localhost
# ELASTICSEARCH_PORT=9200
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tomlkit==0.12.3
# via
# plette
# requirementslib
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# pydantic
# pydantic-core
Expand Down
11 changes: 8 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
#
annotated-types==0.6.0
# via pydantic
async-timeout==4.0.3
# via redis
black==23.11.0
Expand Down Expand Up @@ -92,7 +94,7 @@ packaging==23.2
# black
# marshmallow
# pytest
pathspec==0.11.2
pathspec==0.12.0
# via black
pep517==0.13.1
# via requirementslib
Expand All @@ -115,8 +117,10 @@ psycopg2-binary==2.9.9
# via -r requirements/base.in
pycodestyle==2.11.1
# via flake8
pydantic==1.10.13
pydantic==2.5.2
# via requirementslib
pydantic-core==2.14.5
# via pydantic
pyflakes==3.1.0
# via flake8
pytest==7.4.3
Expand Down Expand Up @@ -176,10 +180,11 @@ tomlkit==0.12.3
# via
# plette
# requirementslib
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# black
# pydantic
# pydantic-core
# sqlalchemy
urllib3==1.26.18
# via
Expand Down

0 comments on commit 9ff7483

Please sign in to comment.