Skip to content

Commit

Permalink
chore/updated app_server dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Grashalmbeisser committed Jan 26, 2024
1 parent 620f6ab commit ef8f09e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

This file documents any relevant changes.
## [1.1.2] 2024-01-26:
- chore: removed python-minifier
- chore: updated appserver

## [1.1.1] 2023-11-28
- chore: updated dependencies
- feat: added npm audit function
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ package_dir =
packages = find:
python_requires = >=3.11
install_requires =
app_server==0.9.8
python-minifier==2.9.0
app_server~=0.9.9
click==8.1.7
pipfile-requirements==0.3.0
requests==2.31.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,2 +1,2 @@
__version__ = "1.1.1"
__version__ = "1.1.2"
MINIMAL_PIPENV = "2023.11.15"

0 comments on commit ef8f09e

Please sign in to comment.