Skip to content

Commit

Permalink
chore(rtd): Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Jan 14, 2025
1 parent f649b59 commit dd93e67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.12"
python: "3.13"

mkdocs:
configuration: mkdocs.yml
Expand Down
16 changes: 8 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile docs/requirements.in
#
click==8.1.7
click==8.1.8
# via
# mkdocs
# mkdocstrings
colorama==0.4.6
# via griffe
ghp-import==2.1.0
# via mkdocs
griffe==1.5.1
griffe==1.5.4
# via mkdocstrings-python
jinja2==3.1.4
jinja2==3.1.5
# via
# mkdocs
# mkdocstrings
Expand Down Expand Up @@ -45,7 +45,7 @@ mkdocs==1.6.1
# -r docs/requirements.in
# mkdocs-autorefs
# mkdocstrings
mkdocs-autorefs==1.2.0
mkdocs-autorefs==1.3.0
# via
# mkdocstrings
# mkdocstrings-python
Expand All @@ -55,7 +55,7 @@ mkdocstrings[python]==0.27.0
# via
# -r docs/requirements.in
# mkdocstrings-python
mkdocstrings-python==1.12.2
mkdocstrings-python==1.13.0
# via mkdocstrings
packaging==24.2
# via mkdocs
Expand All @@ -65,7 +65,7 @@ platformdirs==4.3.6
# via
# mkdocs-get-deps
# mkdocstrings
pymdown-extensions==10.12
pymdown-extensions==10.14
# via mkdocstrings
python-dateutil==2.9.0.post0
# via ghp-import
Expand All @@ -77,7 +77,7 @@ pyyaml==6.0.2
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
six==1.16.0
six==1.17.0
# via python-dateutil
watchdog==6.0.0
# via mkdocs

0 comments on commit dd93e67

Please sign in to comment.