Skip to content

Commit 8572fe7

Browse files
Simon Mandeleyl-macbook-airSimon Mandeleyl-macbook-air
authored andcommitted
Merge remote-tracking branch 'origin/main' into 204_load_data_from_wfs_MV
2 parents 4fb9403 + 094f6dd commit 8572fe7

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828
- name: Install uv
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030
- name: Setup python
3131
uses: actions/setup-python@v6
3232
with:

.github/workflows/test_scraper_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Install uv
15-
uses: astral-sh/setup-uv@v6
15+
uses: astral-sh/setup-uv@v7
1616
- name: Setup python
1717
uses: actions/setup-python@v6
1818
with:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = "Web scrapers for the jedeschule.codefor.de project"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"alembic==1.16.5",
8+
"alembic==1.17.0",
99
"geoalchemy2==0.18.0",
1010
"openpyxl>=3.1.5",
11-
"psycopg2==2.9.10",
11+
"psycopg2==2.9.11",
1212
"pyproj==3.7.2",
1313
"requests==2.32.5",
1414
"scrapy==2.13.3",
15-
"sqlalchemy==2.0.43",
15+
"sqlalchemy==2.0.44",
1616
"xmltodict==1.0.2",
1717
]

uv.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)