Skip to content

Commit

Permalink
chore: updated some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Mar 27, 2023
1 parent ac67671 commit 7e0bbc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

This file documents any relevant changes.
## [0.7.8] - 2023-03-27
- chore: updated app_server to 0.9.3
- chore: updated click to 8.1.3

## [0.7.7] - 2023-02-17
- fix: broken `viur vi` command
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ python_requires = >=3.9
install_requires =
watchgod==0.7
python-minifier==2.5.0
app_server==0.9.2
click==8.0.3
app_server==0.9.3
click==8.1.3
pipfile-requirements==0.3.0


Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.7"
__version__ = "0.7.8"

0 comments on commit 7e0bbc2

Please sign in to comment.