Skip to content

Commit

Permalink
More source updates (#1539)
Browse files Browse the repository at this point in the history
* repoint the remainder of upstream repos
  • Loading branch information
bolyachevets authored May 28, 2024
1 parent 79316e3 commit d540d7e
Show file tree
Hide file tree
Showing 10 changed files with 778 additions and 753 deletions.
324 changes: 169 additions & 155 deletions jobs/nr-day-job/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jobs/nr-day-job/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = "Apache Software License Version 2.0"

[tool.poetry.dependencies]
python = "^3.12"
namex = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "api", branch = "feature-queue-upgrade-python3.12" }
gcp_queue = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "services/pubsub", branch = "feature-queue-upgrade-python3.12" }
namex = { git = "https://github.com/bcgov/namex.git", subdirectory = "api" }
gcp_queue = { git = "https://github.com/bcgov/namex.git", subdirectory = "services/pubsub" }
# flask-jwt-oidc = { git = "https://github.com/thorwolpert/flask-jwt-oidc.git" }
flask-jwt-oidc = { git = "https://github.com/bolyachevets/flask-jwt-oidc.git", branch = "bump-flask-version" }
sbc-common-components = { git = "https://github.com/bcgov/sbc-common-components.git", subdirectory = "python" }
Expand Down
285 changes: 142 additions & 143 deletions jobs/nro-extractor/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jobs/nro-extractor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = "Apache Software License Version 2.0"

[tool.poetry.dependencies]
python = "^3.12"
namex = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "api", branch = "feature-queue-upgrade-python3.12" }
gcp_queue = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "services/pubsub", branch = "feature-queue-upgrade-python3.12" }
namex = { git = "https://github.com/bcgov/namex.git", subdirectory = "api" }
gcp_queue = { git = "https://github.com/bcgov/namex.git", subdirectory = "services/pubsub" }
openapi_client = { git = "https://github.com/bcgov/namex-payment-api-py-client.git" }
swagger_client = { git = "https://github.com/bcgov/namex-synonyms-api-py-client.git" }
# flask-jwt-oidc = { git = "https://github.com/thorwolpert/flask-jwt-oidc.git" }
Expand Down
287 changes: 143 additions & 144 deletions services/emailer/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/emailer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python-dotenv = "^0.21.0"
sentry-sdk = "^1.27.1"
launchdarkly-server-sdk = "^8.1.4"
simple_cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py" }
gcp_queue = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "services/pubsub", branch = "feature-queue-upgrade-python3.12" }
gcp_queue = { git = "https://github.com/bcgov/namex.git", subdirectory = "services/pubsub" }
sbc-common-components = { git = "https://github.com/bcgov/sbc-common-components.git", subdirectory = "python" }
requests = "^2.31.0"
jinja2 = "^3.1.2"
Expand Down
293 changes: 146 additions & 147 deletions services/namex-pay/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions services/namex-pay/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packages = [{include = "namex_pay", from = "src"}]

[tool.poetry.dependencies]
python = "^3.12"
namex = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "api", branch = "feature-queue-upgrade-python3.12" }
gcp_queue = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "services/pubsub", branch = "feature-queue-upgrade-python3.12" }
namex = { git = "https://github.com/bcgov/namex.git", subdirectory = "api" }
gcp_queue = { git = "https://github.com/bcgov/namex.git", subdirectory = "services/pubsub" }
registry_schemas = { git = "https://github.com/bcgov/business-schemas.git"}
swagger_client = { git = "https://github.com/bcgov/namex-synonyms-api-py-client.git" }
simple_cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py" }
Expand Down
324 changes: 169 additions & 155 deletions services/solr-names-updater/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions services/solr-names-updater/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packages = [{include = "solr_names_updater", from = "src"}]

[tool.poetry.dependencies]
python = "^3.12"
namex = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "api", branch = "feature-queue-upgrade-python3.12" }
gcp_queue = { git = "https://github.com/bolyachevets/namex.git", subdirectory = "services/pubsub", branch = "feature-queue-upgrade-python3.12" }
namex = { git = "https://github.com/bcgov/namex.git", subdirectory = "api" }
gcp_queue = { git = "https://github.com/bcgov/namex.git", subdirectory = "services/pubsub" }
swagger_client = { git = "https://github.com/bcgov/namex-synonyms-api-py-client.git" }
simple_cloudevent = { git = "https://github.com/daxiom/simple-cloudevent.py" }
sbc-common-components = { git = "https://github.com/bcgov/sbc-common-components.git", subdirectory = "python" }
Expand Down

0 comments on commit d540d7e

Please sign in to comment.