Skip to content

Commit 2cbd27f

Browse files
committed
explicitly add requests to pkg requirements
1 parent 5506149 commit 2cbd27f

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

docs/source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pyzmq==25.0.2 ; python_version >= "3.8" and python_version < "3.12"
113113
qtconsole==5.4.2 ; python_version >= "3.8" and python_version < "3.12"
114114
qtpy==2.3.1 ; python_version >= "3.8" and python_version < "3.12"
115115
reindent==3.5.1 ; python_version >= "3.8" and python_version < "3.12"
116-
requests==2.28.2 ; python_version >= "3.8" and python_version < "3.12"
116+
requests==2.29.0 ; python_version >= "3.8" and python_version < "3.12"
117117
rfc3339-validator==0.1.4 ; python_version >= "3.8" and python_version < "3.12"
118118
rfc3986-validator==0.1.1 ; python_version >= "3.8" and python_version < "3.12"
119119
scipy==1.10.1 ; python_version >= "3.8" and python_version < "3.12"

poetry.lock

Lines changed: 9 additions & 9 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
@@ -34,6 +34,7 @@ pytest-lazy-fixture = "^0.6.3"
3434
matplotlib = "^3.5.1"
3535
plotly = "^5.8.0"
3636
kaleido = "0.2.1"
37+
requests = "^2.29.0"
3738

3839
[tool.poetry.group.dev.dependencies]
3940
Sphinx = "^4.1.1"

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ attrs==23.1.0 ; python_version >= "3.8" and python_version < "3.12"
99
backcall==0.2.0 ; python_version >= "3.8" and python_version < "3.12"
1010
beautifulsoup4==4.12.2 ; python_version >= "3.8" and python_version < "3.12"
1111
bleach==6.0.0 ; python_version >= "3.8" and python_version < "3.12"
12+
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.12"
1213
cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.12"
14+
charset-normalizer==3.1.0 ; python_version >= "3.8" and python_version < "3.12"
1315
colorama==0.4.6 ; python_version >= "3.8" and python_version < "3.12" and sys_platform == "win32"
1416
comm==0.1.3 ; python_version >= "3.8" and python_version < "3.12"
1517
contourpy==1.0.7 ; python_version >= "3.8" and python_version < "3.12"
@@ -103,6 +105,7 @@ pyzmq==25.0.2 ; python_version >= "3.8" and python_version < "3.12"
103105
qtconsole==5.4.2 ; python_version >= "3.8" and python_version < "3.12"
104106
qtpy==2.3.1 ; python_version >= "3.8" and python_version < "3.12"
105107
reindent==3.5.1 ; python_version >= "3.8" and python_version < "3.12"
108+
requests==2.29.0 ; python_version >= "3.8" and python_version < "3.12"
106109
rfc3339-validator==0.1.4 ; python_version >= "3.8" and python_version < "3.12"
107110
rfc3986-validator==0.1.1 ; python_version >= "3.8" and python_version < "3.12"
108111
scipy==1.10.1 ; python_version >= "3.8" and python_version < "3.12"
@@ -124,6 +127,7 @@ typing-extensions==4.5.0 ; python_version >= "3.8" and python_version < "3.12"
124127
tzdata==2023.3 ; python_version >= "3.8" and python_version < "3.12"
125128
unlzw3==0.2.2 ; python_version >= "3.8" and python_version < "3.12"
126129
uri-template==1.2.0 ; python_version >= "3.8" and python_version < "3.12"
130+
urllib3==1.26.15 ; python_version >= "3.8" and python_version < "3.12"
127131
wcwidth==0.2.6 ; python_version >= "3.8" and python_version < "3.12"
128132
webcolors==1.13 ; python_version >= "3.8" and python_version < "3.12"
129133
webencodings==0.5.1 ; python_version >= "3.8" and python_version < "3.12"

0 commit comments

Comments
 (0)