Skip to content

Commit

Permalink
Bump myst-parser from 0.17.2 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v0.17.2...v0.18.0)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JannisNe committed Aug 19, 2022
1 parent c97cdc1 commit e7c20cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ astropy==5.1
matplotlib==3.5.2
coveralls==3.3.1
scikit-image==0.19.3
myst-parser==0.17.2
myst-parser==0.18.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ coveralls==3.3.1
scikit-image==0.19.3
furo==2022.6.21
backoff==2.1.2
myst-parser==0.17.2
myst-parser==0.18.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"coveralls==3.3.1",
"scikit-image==0.19.3",
"backoff==2.1.2",
"myst-parser==0.17.2"
"myst-parser==0.18.0"
],
package_data={'timewise': [
'wise_flux_conversion_correction.dat'
Expand Down

0 comments on commit e7c20cb

Please sign in to comment.