Skip to content

Commit 31e0747

Browse files
committed
Updates weblogin to 1.10
This handles the data-sharing dialogue that pops up every now and then when logging into LADOK.
1 parent 5a6c0b9 commit 31e0747

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ladok3"
3-
version = "4.14"
3+
version = "4.15"
44
description = "Python wrapper and CLI for the LADOK3 REST API."
55
authors = [
66
"Daniel Bosk <[email protected]>",
@@ -56,7 +56,7 @@ cryptography = "^41.0.3"
5656
keyring = "^24.2.0"
5757
requests = "^2.31.0"
5858
urllib3 = "^1.26.9"
59-
weblogin = "^1.9"
59+
weblogin = "^1.10"
6060

6161
[tool.poetry.dev-dependencies]
6262
pytest = "^7.1.3"

0 commit comments

Comments
 (0)