Skip to content

Commit

Permalink
chore/ci: download from bdew-mako.de instead of edi-energy.de
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Jan 11, 2025
1 parent ad38658 commit 626c01b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Get current time
uses: srfrnk/current-time@master
id: current-time
Expand Down
2 changes: 1 addition & 1 deletion dependencies/mirror-requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
edi_energy_scraper>=0.8.0
edi_energy_scraper>=2.0.0
30 changes: 15 additions & 15 deletions dependencies/mirror-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,15 @@
#
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp[speedups]==3.10.5
# via
# aiohttp-requests
# edi-energy-scraper
aiohttp-requests==0.2.4
aiohttp==3.10.5
# via edi-energy-scraper
aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
attrs==24.2.0
# via aiohttp
beautifulsoup4==4.12.3
# via edi-energy-scraper
brotli==1.1.0
# via aiohttp
coworker==2.0.1
# via aiohttp-requests
edi-energy-scraper==0.8.0
edi-energy-scraper==2.0.0
# via -r mirror-requirements.in
efoli==1.4.0
# via edi-energy-scraper
Expand All @@ -32,17 +24,25 @@ frozenlist==1.4.1
# aiosignal
idna==3.7
# via yarl
more-itertools==10.5.0
# via edi-energy-scraper
multidict==6.0.5
# via
# aiohttp
# yarl
pydantic==2.10.5
# via edi-energy-scraper
pydantic-core==2.27.2
# via pydantic
pypdf==4.3.1
# via edi-energy-scraper
pytz==2024.1
pytz==2024.2
# via
# edi-energy-scraper
# efoli
soupsieve==2.6
# via beautifulsoup4
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
yarl==1.9.4
# via aiohttp

0 comments on commit 626c01b

Please sign in to comment.