Skip to content

Commit

Permalink
build: shift dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Mar 21, 2024
1 parent 3af2dc5 commit a27e3f2
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 181 deletions.
63 changes: 62 additions & 1 deletion dags/luchtmeetnet_ingestion/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dags/luchtmeetnet_ingestion/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dagster-postgres = "<0.22.8"
dagster-slack = "<0.22.8"
dagster-gcp = "<0.22.8"
redis = "^5.0.3"
google-cloud-monitoring = "^2.19.3"

[tool.poetry.group.dev.dependencies]
gitpython = "^3.1.42"
Expand Down
10 changes: 5 additions & 5 deletions python-default.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2048,13 +2048,13 @@
"artifacts": [
{
"algorithm": "sha256",
"hash": "a5953e60394b77b98bcc7ff7c4971ed784b3b693e9a569c176eaccb1549330f2",
"url": "https://files.pythonhosted.org/packages/90/82/eeffa2e210482ac66ecfca2f08e89184111a29ea5865970b22ff7e0f0113/google_api_python_client-2.122.0-py2.py3-none-any.whl"
"hash": "1c2bcaa846acf5bac4d6f244d8373d4de9de73d64eb6e77b56767ab4cf681419",
"url": "https://files.pythonhosted.org/packages/82/b7/da94eb1338dcc5e6ab08ca22cf7d2395b0d8d957c211a04ff0d74acf23ef/google_api_python_client-2.123.0-py2.py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "77447bf2d6b6ea9e686fd66fc2f12ee7a63e3889b7427676429ebf09fcb5dcf9",
"url": "https://files.pythonhosted.org/packages/b7/c1/2418c084eac8126fa3b5f52eb70de04564023040dea23a9e9cb856327785/google-api-python-client-2.122.0.tar.gz"
"hash": "a17226b02f71de581afe045437b441844110a9cd91580b73549d41108cf1b9f0",
"url": "https://files.pythonhosted.org/packages/b0/56/57a9ba463f24c8b6955e85c3b1163997e33bf26ab17216502f74c9f03c73/google-api-python-client-2.123.0.tar.gz"
}
],
"project_name": "google-api-python-client",
Expand All @@ -2066,7 +2066,7 @@
"uritemplate<5,>=3.0.1"
],
"requires_python": ">=3.7",
"version": "2.122.0"
"version": "2.123.0"
},
{
"artifacts": [
Expand Down
175 changes: 1 addition & 174 deletions shared/dagster_utils/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion shared/dagster_utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ packages = [{include = "dagster_utils", from="src"}]
python = "^3.9,<3.12"
dagster = "^1.5.8"
duckdb = "^0.9.2"
google-cloud-monitoring = "^2.19.3"

[tool.poetry.group.dev.dependencies]
ipykernel = "^6.26.0"
Expand Down

0 comments on commit a27e3f2

Please sign in to comment.