Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions colin-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

Flask-Moment==0.11.0
Flask-Script==2.0.6
Flask==1.1.2
Jinja2==2.11.3
MarkupSafe==1.1.1
Werkzeug==1.0.1
Flask==3.0.3
Jinja2==3.1.6
MarkupSafe==2.1.5
Werkzeug==3.0.6
aniso8601==9.0.1
blinker==1.4
blinker==1.9.0
certifi==2020.12.5
click==8.1.3
cx-Oracle==8.1.0
datedelta==1.3
debugpy
ecdsa==0.14.1
flask-jwt-oidc==0.3.0
flask-restx==0.3.0
flask-restx==1.3.0
gunicorn==20.1.0
itsdangerous==1.1.0
itsdangerous==2.2.0
jsonschema==4.19.0
launchdarkly-server-sdk==7.1.0
psycopg2-binary==2.8.6
Expand All @@ -28,7 +28,7 @@ python-jose==3.2.0
pytz==2021.1
requests==2.25.1
rsa==4.7.2
SQLAlchemy==1.4.44
SQLAlchemy==2.0.40
six==1.15.0
urllib3==1.26.11
git+https://github.com/bcgov/business-schemas.git#egg=registry_schemas
4 changes: 2 additions & 2 deletions colin-api/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest-mock
pytest-cov
requests
pyhamcrest
sqlalchemy<=1.4.44
sqlalchemy>=2.0.0

# Lint and code style
flake8
Expand All @@ -22,4 +22,4 @@ pydocstyle<4.0
pylint
pylint-flask
isort<5,>=4.2.5
sqlalchemy<=1.4.44
sqlalchemy>=2.0.0
13 changes: 6 additions & 7 deletions data-tool/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
prefect==3.4.6
prefect[dask]
Babel==2.9.1
Flask>=2.0.0,<2.1.0 # Pin to 2.0.x series for flask-restx compatibility
Flask==3.0.3
Flask-Babel==2.0.0
Flask-Caching==2.3.0
Flask-Cors==3.0.10
Flask-Migrate==2.7.0
Flask-Moment==0.11.0
Flask-Pydantic>=0.8.0
Flask-SQLAlchemy>=2.5.1,<3.0.0
Flask-SQLAlchemy>=3.1.1,<4.0.0
Flask-Script==2.0.6
Flask==2.0.3 # Pin to specific version
Jinja2>=3.0.0,<4.0.0
Mako==1.1.4
MarkupSafe>=2.0.0
SQLAlchemy-Continuum==1.3.13
SQLAlchemy-Utils==0.37.8
Werkzeug==2.0.3 # Pin to version compatible with Flask 2.0.3
Werkzeug==3.0.6
alembic==1.7.5
aniso8601==9.0.1
attrs>=22.2.0
blinker==1.4
blinker==1.9.0
cachelib==0.9.0
certifi==2020.12.5
chardet==4.0.0
Expand All @@ -31,7 +30,7 @@ dpath==2.0.1
ecdsa==0.14.1
expiringdict==1.1.4
flask-jwt-oidc==0.3.0
flask-restx==0.5.1 # Earlier version that works with Flask 2.0.x
flask-restx==1.3.0
google-auth==2.29.0
gunicorn==20.1.0
idna==2.10
Expand Down Expand Up @@ -66,6 +65,6 @@ psycopg2==2.9.9
nest_asyncio
asyncio-nats-client==0.11.4
asyncio-nats-streaming==0.4.0
protobuf==3.15.8
protobuf==4.25.5
requests==2.25.1
oracledb==3.1.1
6 changes: 3 additions & 3 deletions gcp-jobs/bn-retry/poetry.lock

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

22 changes: 11 additions & 11 deletions gcp-jobs/email-reminder/poetry.lock

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

2 changes: 1 addition & 1 deletion gcp-jobs/email-reminder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = {text = "BSD-3-Clause"}
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"flask (>=3.1.0,<4.0.0)",
"flask (>=3.0.0,<4.0.0)",
"launchdarkly-server-sdk (>=9.10.0,<10.0.0)",
"business-registry-common @ git+https://github.com/bcgov/lear.git@main#subdirectory=python/common/business-registry-common",
"business-model @ git+https://github.com/bcgov/lear.git@main#subdirectory=python/common/business-registry-model",
Expand Down
20 changes: 10 additions & 10 deletions gcp-jobs/entity-bn/poetry.lock

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

2 changes: 1 addition & 1 deletion gcp-jobs/entity-bn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ psycopg2-binary = "^2.9.10"
ipython-sql = "^0.5.0"
python-dotenv = "^1.1.0"
papermill = "^2.6.0"
Flask = "^3.1.0"
Flask = "^3.0.0"
pg8000 = "^1.31.2"
structured-logging = {git = "https://github.com/bcgov/sbc-connect-common.git", rev = "main", subdirectory = "python/structured-logging"}

Expand Down
30 changes: 15 additions & 15 deletions gcp-jobs/filings-notebook-report/poetry.lock

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

2 changes: 1 addition & 1 deletion gcp-jobs/filings-notebook-report/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ more-itertools = "^10.6.0"
six = "^1.17.0"
pyrsistent = "^0.20.0"
zipp = "^3.21.0"
Flask = "^3.1.0"
Flask = "^3.0.0"
MarkupSafe = "^3.0.2"
aws-sam-cli = "^1.135.0"
Click = "^8.1.8"
Expand Down
Loading
Loading