Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeff07 committed Apr 21, 2022
1 parent 0fb2627 commit 8ff5efc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
23 changes: 12 additions & 11 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ keywords = ["ipfabric", "ip-fabric", "community-fabric"]

[tool.poetry.dependencies]
python = "^3.7.1"
httpx = "^0.21.1"
httpx = "^0.22.0"
python-dateutil = "^2.8.2"
pydantic = "^1.8.2"
pytz = "^2021.3"
python-dotenv = "^0.19.2"
pytz = "^2022.1"
python-dotenv = "^0.20.0"
pandas = {version = "1.3.0", optional = true}
openpyxl = {version = "^3.0.9", optional = true}
tabulate = {version = "^0.8.9", optional = true}
Expand Down

0 comments on commit 8ff5efc

Please sign in to comment.