Skip to content

Commit

Permalink
Bump the referencing version depended on.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Feb 16, 2023
1 parent 3d899db commit 2d1732a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile docs/requirements.in
# pip-compile --resolver=backtracking docs/requirements.in
#
alabaster==0.7.13
# via sphinx
Expand All @@ -27,9 +27,7 @@ fonttools==4.38.0
furo==2022.12.7
# via -r docs/requirements.in
idna==3.4
# via
# requests
# yarl
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
Expand All @@ -40,10 +38,8 @@ kiwisolver==1.4.4
# via matplotlib
markupsafe==2.1.2
# via jinja2
matplotlib==3.6.3
matplotlib==3.7.0
# via sphinxext-opengraph
multidict==6.0.4
# via yarl
numpy==1.24.2
# via
# contourpy
Expand Down Expand Up @@ -71,15 +67,15 @@ python-dateutil==2.8.2
# via matplotlib
pytz==2022.7.1
# via babel
referencing==0.14.0
referencing==0.16.4
# via jsonschema-specifications
requests==2.28.2
# via sphinx
six==1.16.0
# via python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
soupsieve==2.4
# via beautifulsoup4
sphinx==6.1.3
# via
Expand Down Expand Up @@ -107,9 +103,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==7.7.0
# via -r docs/requirements.in
sphinxext-opengraph==0.8.0
sphinxext-opengraph==0.8.1
# via -r docs/requirements.in
urllib3==1.26.14
# via requests
yarl==1.8.2
# via referencing
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
dynamic = ["version"]

dependencies = [
"referencing>=0.12.1",
"referencing>=0.16.4",
"importlib_resources>=1.4.0;python_version<'3.9'",
]

Expand Down

0 comments on commit 2d1732a

Please sign in to comment.