Skip to content

Commit

Permalink
test new plux version
Browse files Browse the repository at this point in the history
  • Loading branch information
thrau committed May 14, 2024
1 parent 3171c7e commit 56f75ac
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LocalStack project configuration
[build-system]
requires = ['setuptools', 'wheel', 'plux>=1.7']
requires = ['setuptools', 'wheel', 'plux>=1.10.0.dev1']
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -18,7 +18,7 @@ dependencies = [
"dill==0.3.6",
"dnslib>=0.9.10",
"dnspython>=1.16.0",
"plux>=1.7",
"plux>=1.10.0.dev1",
"psutil>=5.4.8",
"python-dotenv>=0.19.1",
"pyyaml>=5.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ packaging==24.0
# docker
pbr==6.0.0
# via stevedore
plux==1.9.0
plux==1.10.0.dev1
# via localstack-core (pyproject.toml)
priority==1.3.0
# via
Expand Down
6 changes: 2 additions & 4 deletions requirements-basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packaging==24.0
# via build
pbr==6.0.0
# via stevedore
plux==1.9.0
plux==1.10.0.dev1
# via localstack-core (pyproject.toml)
psutil==5.9.8
# via localstack-core (pyproject.toml)
Expand All @@ -55,9 +55,7 @@ rich==13.7.1
semver==3.0.2
# via localstack-core (pyproject.toml)
stevedore==5.2.0
# via
# localstack-core (pyproject.toml)
# plux
# via localstack-core (pyproject.toml)
tailer==0.4.1
# via localstack-core (pyproject.toml)
urllib3==2.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pluggy==1.5.0
# pytest
plumbum==1.8.3
# via pandoc
plux==1.9.0
plux==1.10.0.dev1
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pbr==6.0.0
# jschema-to-python
# sarif-om
# stevedore
plux==1.9.0
plux==1.10.0.dev1
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ pluggy==1.5.0
# via
# localstack-core (pyproject.toml)
# pytest
plux==1.9.0
plux==1.10.0.dev1
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements-typehint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ pluggy==1.5.0
# pytest
plumbum==1.8.3
# via pandoc
plux==1.9.0
plux==1.10.0.dev1
# via
# localstack-core
# localstack-core (pyproject.toml)
Expand Down

0 comments on commit 56f75ac

Please sign in to comment.