Skip to content

Commit

Permalink
Merge branch 'main' into ansprechpartner-mensch-marktteilnehmer-gesch…
Browse files Browse the repository at this point in the history
…aeftspartner
  • Loading branch information
hf-krechan authored Jan 11, 2024
2 parents a89df88 + 42a5828 commit 73da329
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Upload Python Package Scheduled

on:
schedule:
# At 01:23 on 1st January and every 6 months afterward
- cron: '23 1 1 1/6 *'
# Runs at 01:23, on day 1 of the month, only in January and July.
- cron: '23 1 1 1,7 *'

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/requirements-coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile '.\requirements-coverage.in'
#
coverage==7.3.4
coverage==7.4.0
# via -r requirements-coverage.in
6 changes: 5 additions & 1 deletion dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@
#
dictdiffer==0.9.0
# via -r requirements-tests.in
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements-tests.in
# pytest-datafiles
pytest-datafiles==3.0.0
# via -r requirements-tests.in
tomli==2.0.1
# via pytest
10 changes: 2 additions & 8 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile '.\requirements-type_check.in'
#
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
mypy==1.8.0
Expand All @@ -20,13 +18,9 @@ packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==7.4.4
# via -r requirements-type_check.in
tomli==2.0.1
# via
# mypy
# pytest
types-requests==2.31.0.10
types-requests==2.31.0.20240106
# via -r requirements-type_check.in
typing-extensions==4.8.0
# via mypy
Expand Down

0 comments on commit 73da329

Please sign in to comment.