Skip to content

Commit

Permalink
Upgrade typer to 0.4.0 (#76)
Browse files Browse the repository at this point in the history
* Add script for updating poetry lockfile

* Upgrade poetry

* Upgrade typer to 0.4.0

* Update CHANGELOG
  • Loading branch information
lossyrob authored Dec 21, 2021
1 parent 76512ab commit 3afa5df
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 146 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Ureleased

## Changed

- Update `typer` to 0.4.0 to avoid clashes with `click` ([#76](https://github.com/stac-utils/pgstac/pull/76))

## [v0.3.4]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN \
&& pip3 install -U pip setuptools packaging \
&& pip3 install -U psycopg2-binary \
&& pip3 install -U migra[pg] \
&& pip3 install poetry==1.1.7 \
&& pip3 install poetry==1.1.12 \
&& apt-get remove -y apt-transport-https \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/*
Expand Down
Loading

0 comments on commit 3afa5df

Please sign in to comment.