Skip to content

Commit 3afa5df

Browse files
authored
Upgrade typer to 0.4.0 (#76)
* Add script for updating poetry lockfile * Upgrade poetry * Upgrade typer to 0.4.0 * Update CHANGELOG
1 parent 76512ab commit 3afa5df

File tree

5 files changed

+143
-146
lines changed

5 files changed

+143
-146
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Ureleased
4+
5+
## Changed
6+
7+
- Update `typer` to 0.4.0 to avoid clashes with `click` ([#76](https://github.com/stac-utils/pgstac/pull/76))
8+
39
## [v0.3.4]
410

511
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN \
3434
&& pip3 install -U pip setuptools packaging \
3535
&& pip3 install -U psycopg2-binary \
3636
&& pip3 install -U migra[pg] \
37-
&& pip3 install poetry==1.1.7 \
37+
&& pip3 install poetry==1.1.12 \
3838
&& apt-get remove -y apt-transport-https \
3939
&& apt-get -y autoremove \
4040
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)