Commit e40f00fc authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Updating libraries.

parent 440d58da
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -12,15 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

coverage==6.3
grpcio==1.47.*
grpcio-health-checking==1.47.*
grpcio-tools==1.47.*
grpclib==0.4.4
prettytable==3.5.0
prometheus-client==0.13.0
protobuf==3.20.*
pytest==6.2.5
pytest-benchmark==3.4.1
python-dateutil==2.8.2
coverage==7.5
grpcio==1.64.*
grpcio-health-checking==1.64.*
grpcio-tools==1.64.*
grpclib==0.4.7
prettytable==3.10.0
prometheus-client==0.20.0
protobuf==5.27.*
pytest==8.2.2
pytest-benchmark==4.0.0
python-dateutil==2.9.0.post0
pytest-depends==1.0.1
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ RUN python3 -m pip install --upgrade pip-tools
# Note: this step enables sharing the previous Docker build steps among all the Python components
WORKDIR /var/teraflow
COPY common_requirements.in common_requirements.in
RUN pip-compile --quiet --output-file=common_requirements.txt common_requirements.in
RUN pip-compile --output-file=common_requirements.txt common_requirements.in
RUN python3 -m pip install -r common_requirements.txt

# Add common files into working directory
+4 −4
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

nats-py==2.6.*
nats-py==2.7.*
psycopg2-binary==2.9.*
SQLAlchemy==1.4.*
sqlalchemy-cockroachdb==1.4.*
SQLAlchemy-Utils==0.38.*
SQLAlchemy==2.0.*
sqlalchemy-cockroachdb==2.0.*
SQLAlchemy-Utils==0.41.*