Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-toml
- id: check-merge-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.1
rev: v0.15.9
hooks:
- id: ruff-format
- id: ruff-check
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e



### Dependencies
* .pre-commit-config.yaml: Updated rev of ruff-pre-commit to v0.15.9
* Updated to dictIO>=0.4.4
* Updated to flask>=3.1
* Updated to numpy>=2.4
* Updated to pytest-cov>=7.1
* Updated to python-dotenv>=1.2.2
* Updated to ruff>=0.15.9
* Updated to sphinx-argparse-cli>=1.21.3


## [0.9.0] - 2026-04-16

### Changed
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"dictIO>=0.4.3",
"numpy>=2.3",
"dictIO>=0.4.4",
"numpy>=2.4",
"pyproj>=3.7",
"matplotlib>=3.10",
"global-land-mask>=1.0.0",
"folium>=0.20.0",
"click>=8.3",
"click-log>=0.4.0",
"flask>=3.1.2",
"flask>=3.1",
"pydantic>=2.12",
"python-dotenv>=1.2.1",
"python-dotenv>=1.2.2",
]

[project.optional-dependencies]
Expand All @@ -91,14 +91,14 @@ Changelog = "https://github.com/dnv-innersource/ship-traffic-generator/blob/main
[dependency-groups]
dev = [
"pytest>=9.0",
"pytest-cov>=7.0",
"ruff>=0.15.1",
"pytest-cov>=7.1",
"ruff>=0.15.9",
"pyright>=1.1.408",
"mypy>=1.19.1",
"sourcery>=1.43.0",
"pre-commit>=4.5",
"Sphinx>=9.0",
"sphinx-argparse-cli>=1.20.1",
"sphinx-argparse-cli>=1.21.3",
"sphinx-autodoc-typehints>=3.6",
"sphinxcontrib-mermaid>=2.0",
"sphinx-click>=6.0.0",
Expand Down
Loading
Loading