Skip to content

Commit

Permalink
Merge pull request #99 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image + dev dependencies
  • Loading branch information
davidlougheed authored Apr 10, 2024
2 parents 3234221 + 66bb093 commit aa561ed
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.03.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01

RUN apt-get update -y && \
apt-get install gcc libffi-dev -y && \
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.03.01
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.04.01

LABEL org.opencontainers.image.description="Local development image for Bento DRS."
LABEL devcontainer.metadata='[{ \
Expand Down
101 changes: 69 additions & 32 deletions poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ include = [

[tool.poetry.dependencies]
python = "^3.10"
boto3 = ">=1.34.6,<1.35"
bento-lib = {version = "^11.4.1", extras = ["flask"]}
boto3 = ">=1.34.81,<1.35"
bento-lib = {version = "^11.5.2", extras = ["flask"]}
flask = ">=2.2.5,<2.3"
flask-sqlalchemy = ">=3.0.5,<3.1" # 3.1 drops SQLAlchemy 1 support
flask-migrate = ">=4.0.5,<4.1"
Expand All @@ -26,14 +26,14 @@ werkzeug = "~2.2.3" # werkzeug 2.3.x breaks debugpy, so manually keep it at 2.2
asgiref = "^3.7.2"

[tool.poetry.group.dev.dependencies]
coverage = "^7.2.1"
moto = "^4.2.10"
coverage = "^7.4.4"
moto = "^4.2.14"
pytest = "^7.4.4"
pytest-cov = "^4.0.0"
pytest-cov = "^4.1.0"
pytest-dotenv = "^0.5.2"
responses = "^0.22.0"
tox = "^4.11.4"
debugpy = "^1.8.0"
responses = "^0.25.0"
tox = "^4.12.1"
debugpy = "^1.8.1"
pytest-lazy-fixture = "^0.6.3"
sqlalchemy-stubs = "^0.4"
mypy = "^1.7.1"
Expand Down

0 comments on commit aa561ed

Please sign in to comment.