From 6f271fccd937d1ae8b99fd42daefa804cedf3b7d Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Thu, 13 Apr 2023 12:40:44 -0400 Subject: Update requirements. --- docs/requirements.txt | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cc1614b..2458219 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ # alabaster==0.7.13 # via sphinx -astroid==2.15.1 +astroid==2.15.2 # via sphinx-autoapi attrs==22.2.0 # via @@ -14,7 +14,7 @@ attrs==22.2.0 # referencing babel==2.12.1 # via sphinx -beautifulsoup4==4.12.0 +beautifulsoup4==4.12.2 # via furo certifi==2022.12.7 # via requests @@ -58,15 +58,15 @@ numpy==1.24.2 # via # contourpy # matplotlib -packaging==23.0 +packaging==23.1 # via # matplotlib # sphinx -pillow==9.4.0 +pillow==9.5.0 # via matplotlib pyenchant==3.2.2 # via sphinxcontrib-spelling -pygments==2.14.0 +pygments==2.15.0 # via # furo # sphinx @@ -76,7 +76,7 @@ python-dateutil==2.8.2 # via matplotlib pyyaml==6.0 # via sphinx-autoapi -referencing==0.26.4 +referencing==0.27.2 # via # jsonschema # jsonschema-specifications @@ -127,7 +127,7 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx sphinxcontrib-spelling==8.0.0 # via -r docs/requirements.in -sphinxext-opengraph==0.8.1 +sphinxext-opengraph==0.8.2 # via -r docs/requirements.in unidecode==1.3.6 # via sphinx-autoapi diff --git a/pyproject.toml b/pyproject.toml index 87870ea..38cceea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dynamic = ["version", "readme"] dependencies = [ "attrs>=22.2.0", "jsonschema-specifications>=2023.03.6", - "referencing>=0.26.4", + "referencing>=0.27.2", "rpds-py>=0.7.1", "importlib_resources>=1.4.0;python_version<'3.9'", -- cgit v1.2.1