Skip to content

Commit 39f5193

Browse files
committed
used a safer version of requests
1 parent 40dbc83 commit 39f5193

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

in2lambda/filters/PartsSepSol/filter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import panflute as pf
1111
from in2lambda.api.set import Set
12-
from in2lambda.api.set import Module
1312
from in2lambda.filters.markdown import filter
1413

1514

in2lambda/json_convert/json_convert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from typing import Any
1010

1111
from in2lambda.api.set import Set
12-
from in2lambda.api.question import Question
1312

1413
MINIMAL_QUESTION_TEMPLATE = "minimal_template_question.json"
1514
MINIMAL_SET_TEMPLATE = "minimal_template_set.json"

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ python = "^3.10"
2626
panflute = "^2.3.1"
2727
rich-click = "^1.7.4"
2828
beartype = "^0.17.2"
29+
requests = "<2.32.0"
2930

3031
[tool.poetry.scripts]
3132
in2lambda = "in2lambda.main:cli"

0 commit comments

Comments
 (0)