Skip to content

Commit

Permalink
Another version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Mar 13, 2023
1 parent 4d6bff9 commit fcbeced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Expand Up @@ -40,7 +40,7 @@ jinja2==3.1.2
# sphinx-autoapi
file:.#egg=jsonschema
# via -r docs/requirements.in
jsonschema-specifications==2023.3.3
jsonschema-specifications==2023.3.4
# via jsonschema
kiwisolver==1.4.4
# via matplotlib
Expand Down Expand Up @@ -76,7 +76,7 @@ python-dateutil==2.8.2
# via matplotlib
pyyaml==6.0
# via sphinx-autoapi
referencing==0.24.3
referencing==0.24.4
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -131,7 +131,7 @@ sphinxext-opengraph==0.8.1
# via -r docs/requirements.in
unidecode==1.3.6
# via sphinx-autoapi
urllib3==1.26.14
urllib3==1.26.15
# via requests
wrapt==1.15.0
# via astroid
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -32,8 +32,8 @@ dynamic = ["version", "readme"]

dependencies = [
"attrs>=22.2.0",
"jsonschema-specifications>=2023.03.3",
"referencing>=0.24.3",
"jsonschema-specifications>=2023.03.4",
"referencing>=0.24.4",
"rpds-py>=0.6.1",

"importlib_metadata;python_version<'3.8'",
Expand Down

0 comments on commit fcbeced

Please sign in to comment.