Skip to content

Commit

Permalink
Merge branch 'main' into chore/data-update
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Dec 15, 2024
2 parents 7df755b + 272d5ae commit 71a076e
Show file tree
Hide file tree
Showing 25 changed files with 761 additions and 930 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cargo-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2023-0071,RUSTSEC-2024-0363,RUSTSEC-2024-0379,RUSTSEC-2024-0384
ignore: RUSTSEC-2023-0071,RUSTSEC-2024-0363,RUSTSEC-2024-0379,RUSTSEC-2024-0384,RUSTSEC-2024-0421
# RUSTSEC-2024-0421 = idna accepts Punycode labels that do not produce any non-ASCII when decoded => not used explitably
# RUSTSEC-2024-0384 = instant (Used via instant v0.1.13 > parking_lot v0.11.2 > sled v0.34.7 > cached v0.54.0) is unmaintained => Since `parking_lot`, `sled` and `cached` are maintained and the open issues in `instant` are wasm-related, I am going to close this
# RUSTSEC-2024-0379 = unsoundness in fast-float => only used in intialisation logic, fix in polars is in main and is awaiting release
# RUSTSEC-2024-0363 = Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts => caught by maximum request sizes
Expand Down
1 change: 1 addition & 0 deletions data/output/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2637,6 +2637,7 @@ components:
- bug
- feature
- search
- navigation
- entry
- general
- other
Expand Down
4 changes: 2 additions & 2 deletions map/styles/navigatum-basemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5446,7 +5446,7 @@
"icon-text-fit": "both",
"icon-size": 1.4,
"icon-anchor": "center",
"icon-padding": ["literal", [3]],
"icon-padding": 3,
"icon-offset": [0, -0.5],
"icon-image": "rounded_rectangle"
},
Expand Down Expand Up @@ -6028,7 +6028,7 @@
"icon-text-fit": "both",
"icon-size": 1.4,
"icon-anchor": "center",
"icon-padding": ["literal", [3]],
"icon-padding": 3,
"icon-offset": [0, -0.5]
},
"paint": {
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mypy==1.13.0
pre-commit==4.0.1
pytest==8.3.4
ruff==0.8.0
ruff==0.8.3
types-Pillow==10.2.0.20240822
types-PyYAML==6.0.12.20240917
types-requests==2.32.0.20241016
Expand Down
Loading

0 comments on commit 71a076e

Please sign in to comment.