Skip to content

Commit

Permalink
Requirements.txt updates should come from pyproject only
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Nov 24, 2024
1 parent 4fac959 commit 2fabe7b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 28 deletions.
19 changes: 9 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ updates:
timezone: Europe/Berlin
assignees:
- kai687

- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: sunday
timezone: Europe/Berlin
assignees:
- kai687

# uv not supported yet `uv.lock`
# - package-ecosystem: pip
# directory: "/"
# schedule:
# interval: weekly
# day: sunday
# timezone: Europe/Berlin
# assignees:
# - kai687
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def typecheck(session: nox.Session) -> None:

@nox.session(python=False)
def export(session: nox.Session) -> None:
"""Export dependencies for Readthedocs."""
"""Export dependencies for Netlify."""
session.run(
"uv",
"export",
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ build-backend = "hatchling.build"

[dependency-groups]
docs = [
"python-dotenv>=1.0.1",
"sphinx-autoapi>=3.3.3",
"sphinx-autobuild>=2024.10.3",
"sphinx-design>=0.6.1",
"sphinx-docsearch>=0.1.0",
"sphinx-sitemap>=2.6.0",
"python-dotenv",
"sphinx-autoapi",
"sphinx-autobuild",
"sphinx-design",
"sphinx-docsearch",
"sphinx-sitemap",
]
dev = [
"pytest-cov",
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --python=3.12 --group=docs --group=netlify --output-file=requirements.txt
-e .
alabaster==1.0.0
alabaster==0.7.16
anyio==4.6.2.post1
argcomplete==3.5.1
astroid==3.3.5
babel==2.16.0
beautifulsoup4==4.12.3
beautifulsoup4==4.9.3
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
Expand Down Expand Up @@ -53,7 +53,7 @@ sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
starlette==0.41.3
starlette==0.41.2
stdlib-list==0.11.0 ; python_full_version < '3.10'
tomli==2.1.0 ; python_full_version <= '3.11'
types-beautifulsoup4==4.12.0.20241020
Expand All @@ -63,7 +63,7 @@ types-pygments==2.18.0.20240506
types-setuptools==75.4.0.20241115
typing-extensions==4.12.2
urllib3==2.2.3
uv==0.5.4
uv==0.5.3
uvicorn==0.32.0
virtualenv==20.27.1
watchfiles==0.24.0
Expand Down
14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fabe7b

Please sign in to comment.