Skip to content

Commit

Permalink
Merge pull request #801 from danielballan/tiled-0.1.0a115
Browse files Browse the repository at this point in the history
Bump tiled dep to v0.1.0a115
  • Loading branch information
danielballan authored Feb 28, 2024
2 parents d65c1b8 + 584cc8d commit 591e5eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/bluesky/tiled:v0.1.0a114 as base
FROM ghcr.io/bluesky/tiled:v0.1.0a115 as base

FROM base as builder

Expand Down
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mongoquery
msgpack >=1.0.0
orjson
tiled[client] >=0.1.0a114
tiled[client] >=0.1.0a115
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pytz
rich
starlette
suitcase-mongo >=0.5.0
tiled[server] >=0.1.0a114
tiled[server] >=0.1.0a115
toolz
typer
tzlocal
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ sphinx
suitcase-jsonl >=0.1.0b2
suitcase-mongo >=0.5.0
suitcase-msgpack >=0.2.2
tiled[all] >=0.1.0a114
tiled[all] >=0.1.0a115
ujson
vcrpy

0 comments on commit 591e5eb

Please sign in to comment.