Skip to content

Commit

Permalink
Updates weblogin to 1.10
Browse files Browse the repository at this point in the history
This handles the data-sharing dialogue that pops up every now and then
when logging into LADOK.
  • Loading branch information
dbosk committed Nov 6, 2024
1 parent 5a6c0b9 commit 31e0747
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ladok3"
version = "4.14"
version = "4.15"
description = "Python wrapper and CLI for the LADOK3 REST API."
authors = [
"Daniel Bosk <[email protected]>",
Expand Down Expand Up @@ -56,7 +56,7 @@ cryptography = "^41.0.3"
keyring = "^24.2.0"
requests = "^2.31.0"
urllib3 = "^1.26.9"
weblogin = "^1.9"
weblogin = "^1.10"

[tool.poetry.dev-dependencies]
pytest = "^7.1.3"
Expand Down

0 comments on commit 31e0747

Please sign in to comment.