Skip to content

Commit

Permalink
build(deps): relax requests-ntlm version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mortendaehli committed Mar 18, 2024
1 parent 9cb3148 commit 61f3cd2
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 66 deletions.
116 changes: 51 additions & 65 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ notebook = { version = "^7.0.3", optional = true }
matplotlib = { version = "^3", optional = true }
diskcache = "^5.6.1"
pycryptodome = "^3.20.0"
requests-ntlm = "^1.2.0"
requests-ntlm = ">=1.1,<=2.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 61f3cd2

Please sign in to comment.