From: Mark Beierl Date: Wed, 1 Mar 2023 16:53:08 +0000 (+0000) Subject: Update to have temporal in common X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=03ad2809af5e559fd2e71596a6ade1ca2e74c0e0;p=osm%2FLCM.git Update to have temporal in common Change-Id: I634a0c6a1f2103b40820e5bdd4ed59aad02b43b8 Signed-off-by: Mark Beierl --- diff --git a/requirements-test.txt b/requirements-test.txt index 4944259..11c468b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -16,7 +16,7 @@ ####################################################################################### asynctest==0.13.0 # via -r requirements-test.in -coverage==7.1.0 +coverage==7.2.1 # via -r requirements-test.in mock==5.0.1 # via -r requirements-test.in diff --git a/requirements.in b/requirements.in index 8a96125..7fde0fd 100644 --- a/requirements.in +++ b/requirements.in @@ -22,5 +22,4 @@ idna jinja2 pyyaml==5.4.1 pydantic -protobuf==3.20.3 temporalio diff --git a/requirements.txt b/requirements.txt index 5d912be..6436e26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### -aiohttp==3.8.3 +aiohttp==3.8.4 # via -r requirements.in aiosignal==1.3.1 # via aiohttp @@ -26,11 +26,11 @@ attrs==22.2.0 # via # aiohttp # glom -boltons==21.0.0 +boltons==23.0.0 # via # face # glom -charset-normalizer==2.1.1 +charset-normalizer==3.0.1 # via aiohttp checksumdir==1.2.0 # via -r requirements.in @@ -44,7 +44,7 @@ frozenlist==1.3.3 # aiosignal glom==23.1.1 # via config-man -grpcio==1.51.1 +grpcio==1.51.3 # via grpcio-tools grpcio-tools==1.48.1 # via -r requirements.in @@ -71,10 +71,9 @@ multidict==6.0.4 # yarl protobuf==3.20.3 # via - # -r requirements.in # grpcio-tools # temporalio -pydantic==1.10.4 +pydantic==1.10.5 # via -r requirements.in python-dateutil==2.8.2 # via temporalio @@ -82,11 +81,11 @@ pyyaml==5.4.1 # via -r requirements.in six==1.16.0 # via python-dateutil -temporalio==1.0.0 +temporalio==1.1.0 # via -r requirements.in -types-protobuf==3.20.4.6 +types-protobuf==4.22.0.0 # via temporalio -typing-extensions==4.4.0 +typing-extensions==4.5.0 # via # pydantic # temporalio