Skip to content

Commit ce3039d

Browse files
prepare next development iteration
1 parent dde691c commit ce3039d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

localstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1.dev"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_requires =
3030
cachetools~=5.0.0
3131
#dnspython==1.16.0
3232
localstack-client>=1.37
33-
localstack-ext==1.4.0
33+
localstack-ext>=1.4.1.dev,<1.5
3434
plux>=1.3.1
3535
psutil>=5.4.8,<6.0.0
3636
python-dotenv>=0.19.1
@@ -81,7 +81,7 @@ runtime =
8181
hypercorn==0.14.2
8282
jsonpatch>=1.24,<2.0
8383
jsonpath-rw>=1.4.0,<2.0.0
84-
localstack-ext[runtime]==1.4.0
84+
localstack-ext[runtime]>=1.4.1.dev,<1.5
8585
moto-ext[all]==4.1.1.post3
8686
opensearch-py==2.1.1
8787
pproxy>=2.7.0

0 commit comments

Comments
 (0)