Skip to content

Commit

Permalink
Merge pull request #15 from davewalker5/dependabot-updates
Browse files Browse the repository at this point in the history
Dependabot updates
  • Loading branch information
davewalker5 authored Dec 31, 2024
2 parents eddb2b7 + e8d3c9f commit 3154d46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM python:3.10-slim-bullseye AS runtime

COPY hieroglyphics-1.5.0.0 /opt/hieroglyphics
COPY hieroglyphics-1.6.0.0 /opt/hieroglyphics

WORKDIR /opt/hieroglyphics

RUN apt-get update -y
RUN pip install -r requirements.txt
RUN pip install hieroglyphics-1.5.0-py3-none-any.whl
RUN pip install hieroglyphics-1.6.0-py3-none-any.whl

ENTRYPOINT [ "python" ]
CMD [ "-m", "hieroglyphics", "production" ]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ idna==3.7
imagesize==1.4.1
iniconfig==1.1.1
itsdangerous==2.1.2
Jinja2==3.1.4
Jinja2==3.1.5
MarkupSafe==2.1.1
packaging==21.3
pluggy==1.0.0
Expand All @@ -35,5 +35,5 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tomli==2.0.1
urllib3==2.2.2
Werkzeug
Werkzeug==3.1.3
WTForms==3.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def find_package_files(directory, remove_root):

setuptools.setup(
name="hieroglyphics",
version="1.5.0",
version="1.6.0",
description="English to Hieroglyphics Transliterator",
packages=setuptools.find_packages("src"),
include_package_data=True,
Expand Down

0 comments on commit 3154d46

Please sign in to comment.