Skip to content

Commit

Permalink
Merge branch 'develop' into feature/PODAAC-6185
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/build-pipeline.yml
#	CHANGELOG.md
#	poetry.lock
  • Loading branch information
David Yen committed Jul 26, 2024
2 parents 71eec66 + d7a45a9 commit ddfadc2
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
poetry run flake8 --ignore=E501,W503,W504 cumulus_file_rename
- name: Run Snyk on Python
uses: snyk/actions/python-3.9@master
uses: snyk/actions/python-3.10@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased]

### Added
### Changed
- **PODAAC-6185**
- python 3.9 -> 3.10
### Deprecated
### Removed
### Fixed
- **PODAAC-6185**
- upgrade to python 3.10
### Security

## [v2.2.0]
Expand Down
Loading

0 comments on commit ddfadc2

Please sign in to comment.