Skip to content

Commit

Permalink
Update conda lockfile for week of 2024-11-18 (#3965)
Browse files Browse the repository at this point in the history
* Bump slackapi/slack-github-action from 1 to 2

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1 to 2.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1...v2)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump codecov/codecov-action from 4 to 5

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update conda-lock.yml and rendered conda environment files.

* Re-lock dependencies

* Add EIA861 to release notes. Use files instead of file in codecov action.

* Update the *other* deprecated parameter too. Whoops.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zaneselvans <[email protected]>
Co-authored-by: Zane Selvans <[email protected]>
  • Loading branch information
4 people authored Nov 18, 2024
1 parent 1cc250a commit aaaabfc
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-pudl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Post to a pudl-deployments channel
if: always()
id: slack
uses: slackapi/slack-github-action@v1
uses: slackapi/slack-github-action@v2
with:
channel-id: "C03FHB9N0PQ"
slack-message: "`${{ env.BUILD_ID }}` build-deploy-pudl status: ${{ (env.SKIP_BUILD == 'true') && 'skipped' || job.status }}\n${{ env.GCS_OUTPUT_BUCKET }}/${{ env.BUILD_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/com-dev-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Post to a Slack channel user isn't a part of Catalyst
if: ${{ !steps.is_organization_member.outputs.result }}
id: slack
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v2

with:
# Slack channel id, channel name, or user id to post message.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ jobs:
micromamba run -n coverage coverage combine coverage/*/.coverage
micromamba run -n coverage coverage xml --fail-under=0
- name: Upload XML coverage report to CodeCov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
disable_search: true
file: ./coverage.xml
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
plugin: noop
plugins: noop
verbose: true
- name: Display coverage report and ensure it meets required minimum
# Required coverage is set in pyproject.toml section [tool.coverage.report]
Expand Down
5 changes: 5 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ EIA 860M
* Added 2024 EIA 860m data from August, September, and October as part of the Q3
quarterly release. See :issue:`3940` and PR :pr:`3949`.

EIA 861
~~~~~~~

* Added final release EIA 861 data. See :issue:`3905` and PR :pr:`3911`.

EIA Bulk Electricity Data
~~~~~~~~~~~~~~~~~~~~~~~~~
* Updated the EIA Bulk Electricity data to include data published up through
Expand Down
24 changes: 12 additions & 12 deletions environments/conda-linux-64.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aaaabfc

Please sign in to comment.