Skip to content

Commit

Permalink
Pin dependencies for reproducibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Jun 12, 2024
1 parent 6f3d9eb commit b2286c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ black>=23.11.0
isort>=5.12.0
pylint>=3.0.2
mypy>=1.7.1
molot>=1.0.0,<1.1.0
dbt-postgres>=1.7.4,<2.0.0
molot~=1.0.0
dbt-postgres~=1.7.16
types-requests
types-PyYAML
4 changes: 1 addition & 3 deletions sandbox/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

name: dbt-metabase-sandbox

services:
Expand All @@ -22,7 +20,7 @@ services:
restart: always

metabase:
image: metabase/metabase:latest
image: metabase/metabase:v0.50.0
environment:
- MB_SETUP_TOKEN=${MB_SETUP_TOKEN:-}
ports:
Expand Down

0 comments on commit b2286c0

Please sign in to comment.