Skip to content

Commit

Permalink
requirements: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed May 9, 2024
1 parent a2c5e84 commit 91229a5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
25 changes: 22 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile requirements.in
#
-e git+https://github.com/openownership/data-standard-sphinx-theme.git@163158577d5843399b5e7172c59ecbf308c518df#egg=standard_theme
# via -r requirements.in
alabaster==0.7.16
# via sphinx
attrs==23.2.0
# via referencing
babel==2.14.0
# via
# sphinx
Expand All @@ -29,16 +31,24 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
# via sphinx
jinja2==3.1.4
# via
# myst-parser
# sphinx
jscc==0.2.4
# via sphinxcontrib-opendataservices-jsonschema
json-merge-patch==0.2
# via jscc
jsonpointer==2.4
# via
# sphinxcontrib-opendataservices
# sphinxcontrib-opendataservices-jsonschema
jsonref==1.1.0
# via sphinxcontrib-opendataservices-jsonschema
# via
# jscc
# sphinxcontrib-opendataservices-jsonschema
markdown-it-py==3.0.0
# via
# mdit-py-plugins
Expand All @@ -63,10 +73,15 @@ pygments==2.17.2
# standard-theme
pyyaml==6.0.1
# via myst-parser
referencing==0.35.1
# via sphinxcontrib-opendataservices-jsonschema
requests==2.31.0
# via
# -r requirements.in
# jscc
# sphinx
rpds-py==0.18.1
# via referencing
snowballstemmer==2.2.0
# via sphinx
sphinx==7.3.7
Expand Down Expand Up @@ -104,10 +119,14 @@ sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
tomli==2.0.1
# via sphinx
urllib3==2.2.1
# via
# -r requirements.in
# requests
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
22 changes: 20 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements_test.in
Expand Down Expand Up @@ -36,20 +36,28 @@ docutils==0.20.1
# sphinx-rtd-theme
# sphinxcontrib-opendataservices
# sphinxcontrib-opendataservices-jsonschema
exceptiongroup==1.2.1
# via pytest
flake8==7.0.0
# via -r requirements_test.in
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
# via
# build
# sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via
# myst-parser
# sphinx
jscc==0.2.4
# via -r requirements_test.in
# via
# -r requirements_test.in
# sphinxcontrib-opendataservices-jsonschema
json-merge-patch==0.2
# via
# -r requirements_test.in
Expand Down Expand Up @@ -126,6 +134,7 @@ referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
# sphinxcontrib-opendataservices-jsonschema
requests==2.31.0
# via
# -r requirements.in
Expand Down Expand Up @@ -184,12 +193,21 @@ sphinxcontrib-serializinghtml==1.1.10
# via sphinx
strict-rfc3339==0.7
# via -r requirements_test.in
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
# pytest
# sphinx
urllib3==2.2.1
# via
# -r requirements.in
# requests
wheel==0.43.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 91229a5

Please sign in to comment.