Skip to content

Commit

Permalink
Back off requests limitation (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
margalva authored Jul 11, 2024
1 parent 332af8d commit cfd4f1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dependencies = [
"filelock>=3.7.1",
"numpy>=1.18.0,<2",
"packaging>=21.0",
"docker>=6.1.0",
"docker>=7.1.0",
"pypng>=0.20220715.0",
"python-dateutil>=2.8.0",
"pytz>=2021.3",
"requests>=2.28.2,<2.32",
"urllib3<2.0.0",
"requests>=2.32",
"urllib3<3.0.0",
"Pillow>=9.3.0"
]

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

[project.optional-dependencies]
tests = [
"docker>=6.1.0",
"docker>=7.1.0",
"numpy==1.25.1",
"psutil==5.9.5",
"pytest==7.4.2",
Expand All @@ -73,7 +73,7 @@ doc = [
"ansys-sphinx-theme==0.11.2",
"numpydoc==1.5.0",
"pillow==10.0.1",
"docker>=6.1.0",
"docker>=7.1.0",
"Sphinx==7.2.6",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.14.0",
Expand All @@ -90,7 +90,7 @@ dev = [
"numpydoc==1.5.0",
"pillow==10.0.1",
"psutil==5.9.5",
"docker>=6.1.0",
"docker>=7.1.0",
"pytest==7.4.2",
"pytest-cov==4.1.0",
"Sphinx==7.2.6",
Expand Down

0 comments on commit cfd4f1e

Please sign in to comment.