Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Amichay Oren committed Sep 1, 2023
1 parent 0b05f82 commit 8064b41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apigateway/get_missions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1623,5 +1623,5 @@ zipp==3.15.0 \


--extra-index-url https://us-east4-python.pkg.dev/development-380917/python-repos/simple/
infra==0.1.103 \
infra==0.1.104 \
--hash=sha256:0f0aab62d086c9c4cc0fa6bef08d07431e40a106298db5b0579dd0d4bb706393
2 changes: 1 addition & 1 deletion infra/infra/data/missions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pandas as pd
from google.cloud import exceptions, firestore # type: ignore
from pandas import pd

from ..logger import log_error

Expand Down
2 changes: 1 addition & 1 deletion infra/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = {text = "MIT"}
name = "infra"
readme = "README.md"
requires-python = ">=3.11"
version = "0.1.103"
version = "0.1.104"

[build-system]
build-backend = "pdm.backend"
Expand Down

0 comments on commit 8064b41

Please sign in to comment.