Skip to content

Commit

Permalink
Update dependencies 3
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk committed Jan 13, 2025
1 parent b2700a6 commit d4d0871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
12 changes: 1 addition & 11 deletions poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,15 @@ kazoo = "*"
lxml = "*"
psutil = "*"
pygments = "*"
pyopenssl = "*"
pyopenssl = "<25.0.0" # Since 25.0.0 has dependency conflict for Python >= 3.7
python-dateutil = "*"
pyyaml = "<5.4"
requests = "<2.30.0"
tabulate = "*"
tenacity = "*"
termcolor = "*"
tqdm = "*"
typing-extensions = [
{ version = "~4.1.1", python = "<=3.7" },
{ version = ">4.7.1", python = ">3.7" },
]
typing-extensions = "~4.1.1"
xmltodict = "*"
loguru = "*"
cffi = { version = "1.16.0", python = ">=3.12" }
Expand Down

0 comments on commit d4d0871

Please sign in to comment.