Skip to content

Commit

Permalink
Merge pull request #34 from dnv-opensource/update_dependencies
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
ClaasRostock authored Dec 13, 2024
2 parents 2ce1286 + 2d72715 commit d8a748d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [Unreleased]

### Dependencies
* Updated to ruff>=0.8.3 (from ruff>=0.6.3)
* Updated to pyright>=1.1.390 (from pyright>=1.1.378)
* Updated to sourcery>=1.27 (from sourcery>=1.22)
* Updated to lxml>=5.3 (from lxml>=5.2)
* Updated to types-lxml>=2024.11 (from types-lxml>=2024.4)
* Updated to jupyter>=1.1 (from jupyter>=1.0)
* Updated to pytest-cov>=6.0 (from pytest-cov>=5.0)
* Updated to Sphinx>=8.1 (from Sphinx>=8.0)
* Updated to sphinx-argparse-cli>=1.19 (from sphinx-argparse-cli>=1.17)
* Updated to sphinx-autodoc-typehints>=2.5 (from sphinx-autodoc-typehints>=2.2)
* Updated to pre-commit>=4.0 (from pre-commit>=3.8)
* Updated to mypy>=1.13 (from mypy>=1.11.1)

### Solved
* Resolved issues raised by `ruff`

Expand Down
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"lxml>=5.2",
"lxml>=5.3",
"jsonschema>=4.20",
"numpy>=1.26,<2.0",
]
Expand All @@ -68,22 +68,22 @@ Changelog = "https://github.com/dnv-opensource/dictIO/blob/main/CHANGELOG.md"
[tool.uv]
dev-dependencies = [
"pytest>=8.3",
"pytest-cov>=5.0",
"ruff>=0.6.3",
"pyright>=1.1.378",
"mypy>=1.11.1",
"sourcery>=1.22",
"pre-commit>=3.8",
"Sphinx>=8.0",
"sphinx-argparse-cli>=1.17",
"sphinx-autodoc-typehints>=2.2",
"pytest-cov>=6.0",
"ruff>=0.8.3",
"pyright>=1.1.390",
"mypy>=1.13",
"sourcery>=1.27",
"pre-commit>=4.0",
"Sphinx>=8.1",
"sphinx-argparse-cli>=1.19",
"sphinx-autodoc-typehints>=2.5",
"sphinxcontrib-mermaid>=1.0.0",
"myst-parser>=4.0",
"furo>=2024.8",
"nbconvert>=7.16",
"jupyter>=1.0",
"jupyter>=1.1",
"jupyter-client>=8.6",
"types-lxml>=2024.4",
"types-lxml>=2024.11",
]
native-tls = true

Expand Down

0 comments on commit d8a748d

Please sign in to comment.