Skip to content

Commit

Permalink
chore: Update python-dotenv dependency to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turboflo committed Sep 18, 2024
1 parent 0cb540e commit 72ea036
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "horizon-scope"
version = "0.0.5"
version = "0.0.4"
description = ""
authors = ["Florian Hegenbarth <[email protected]>"]
readme = "README.md"
Expand All @@ -14,6 +14,7 @@ pinecone = "^5.0.1"
pyyaml = "^6.0.2"
pydantic = "^2.8.2"
streamlit = "^1.38.0"
python-dotenv = "^1.0.0"


[tool.poetry.group.dev.dependencies]
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,9 @@ pygments==2.18.0 ; python_version >= "3.11" and python_version < "4.0" \
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
python-dotenv==1.0.1 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca \
--hash=sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a
pytz==2024.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a \
--hash=sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725
Expand Down

0 comments on commit 72ea036

Please sign in to comment.