Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Jan 9, 2025
1 parent 58d0ccc commit 21cb9b5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
- run: uv sync --all-extras --dev
- run: uv sync --group test
- run: uv run pytest
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ myst-parser==4.0.0 \
packaging==24.2 \
--hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759 \
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
pygments==2.18.0 \
--hash=sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199 \
--hash=sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a
pygments==2.19.1 \
--hash=sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f \
--hash=sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c
pyyaml==6.0.2 \
--hash=sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133 \
--hash=sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484 \
Expand Down
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = [
"ipykernel>=6.29.5",
"ipython>=8.30.0",
"pytest-cov>=6.0.0",
"pytest>=8.3.4",
]
dev = ["ipykernel>=6.29.5", "ipython>=8.30.0"]
docs = [
"sphinx-autodoc-typehints>=2.5.0",
"sphinx>=8.1.3",
"sphinx-rtd-theme>=3.0.2",
"myst-parser>=4.0.0",
]
test = ["pytest-cov>=6.0.0", "pytest>=8.3.4"]
18 changes: 11 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 21cb9b5

Please sign in to comment.