Skip to content

Commit cfd4f1e

Browse files
authored
Back off requests limitation (#110)
1 parent 332af8d commit cfd4f1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ dependencies = [
4040
"filelock>=3.7.1",
4141
"numpy>=1.18.0,<2",
4242
"packaging>=21.0",
43-
"docker>=6.1.0",
43+
"docker>=7.1.0",
4444
"pypng>=0.20220715.0",
4545
"python-dateutil>=2.8.0",
4646
"pytz>=2021.3",
47-
"requests>=2.28.2,<2.32",
48-
"urllib3<2.0.0",
47+
"requests>=2.32",
48+
"urllib3<3.0.0",
4949
"Pillow>=9.3.0"
5050
]
5151

@@ -63,7 +63,7 @@ ci = "https://github.com/ansys/pydynamicreporting/actions"
6363

6464
[project.optional-dependencies]
6565
tests = [
66-
"docker>=6.1.0",
66+
"docker>=7.1.0",
6767
"numpy==1.25.1",
6868
"psutil==5.9.5",
6969
"pytest==7.4.2",
@@ -73,7 +73,7 @@ doc = [
7373
"ansys-sphinx-theme==0.11.2",
7474
"numpydoc==1.5.0",
7575
"pillow==10.0.1",
76-
"docker>=6.1.0",
76+
"docker>=7.1.0",
7777
"Sphinx==7.2.6",
7878
"sphinx-copybutton==0.5.2",
7979
"sphinx-gallery==0.14.0",
@@ -90,7 +90,7 @@ dev = [
9090
"numpydoc==1.5.0",
9191
"pillow==10.0.1",
9292
"psutil==5.9.5",
93-
"docker>=6.1.0",
93+
"docker>=7.1.0",
9494
"pytest==7.4.2",
9595
"pytest-cov==4.1.0",
9696
"Sphinx==7.2.6",

0 commit comments

Comments
 (0)