Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 5, 2024
1 parent adb7c67 commit 39caab1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.13
# via sphinx
attrs==23.1.0
attrs==23.2.0
# via referencing
babel==2.14.0
# via sphinx
Expand All @@ -26,7 +26,7 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
lxml==4.9.3
lxml==5.0.0
# via sphinx-json-schema-spec
markupsafe==2.1.3
# via jinja2
Expand All @@ -45,7 +45,7 @@ file:.#egg=referencing
# via -r docs/requirements.in
requests==2.31.0
# via sphinx
rpds-py==0.14.2
rpds-py==0.16.2
# via referencing
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -69,7 +69,7 @@ sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r docs/requirements.in
sphinx-json-schema-spec==2023.8.1
sphinx-json-schema-spec==2024.1.1
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --strip-extras test-requirements.in
#
attrs==23.1.0
attrs==23.2.0
# via
# pytest-subtests
# referencing
Expand All @@ -14,13 +14,13 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==7.4.4
# via
# -r test-requirements.in
# pytest-subtests
pytest-subtests==0.11.0
# via -r test-requirements.in
file:.#egg=referencing
# via -r test-requirements.in
rpds-py==0.14.2
rpds-py==0.16.2
# via referencing

0 comments on commit 39caab1

Please sign in to comment.