Skip to content

Commit

Permalink
Merge pull request #88 from schemen/dev
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
schemen authored Oct 19, 2022
2 parents 0d35ead + 69d1a05 commit 5a9d965
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/monsterforge.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.9.1(2022-10-19)

### Improvements
* Dependency updates
* Switch to Python 3.10

## 1.9.0(2022-08-31)

### New
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim
ENV PYTHONUNBUFFERED 1
#RUN apt update; apt install -y --no-install-recommends libgl1 libglib2.0-0 && rm -rf /var/lib/apt/lists/*
# Project Files and Settings
Expand Down
2 changes: 1 addition & 1 deletion paperminis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.9.0'
__version__ = '1.9.1'
VERSION = __version__ # synonym
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Django==3.2.15
Django==3.2.16
django-constrainedfilefield==4.0.0
django-widget-tweaks==1.4.12
# fake-useragent==0.1.11
https://github.com/schemen/fake-useragent/archive/refs/tags/0.1.12.zip # Use this fork until it's fixed
opencv-python-headless==4.5.5.64
Pillow==9.0.1
Pillow==9.2.0
sortedcontainers==2.4.0
psycopg2-binary==2.9.3
psycopg2-binary==2.9.4
gunicorn==20.1.0
https://github.com/ssbothwell/greedypacker/archive/f7219917d7b84ad59ee4ed1ab8019cccf4ca3b83.zip
requests==2.27.1
django-plausible==0.2.0
requests==2.28.1
django-plausible==0.3.0

0 comments on commit 5a9d965

Please sign in to comment.