Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency upgrades #3230

Merged
merged 18 commits into from
Jan 28, 2025
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/notebook-report-ci.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
python-version: [3.8]
python-version: [3.9]

steps:
- uses: actions/checkout@v3
51 changes: 28 additions & 23 deletions auth-api/poetry.lock

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

6 changes: 3 additions & 3 deletions auth-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ flask-mail = "^0.10.0"
bcrypt = "^4.2.0"
pyhumps = "^3.8.0"
marshmallow-sqlalchemy = "^1.0.0"
flask-caching = "2.3.0"
cachelib = "0.9.0"
flask-caching = { git = "https://github.com/pallets-eco/flask-caching.git", branch = "master" }
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has relaxed cache-lib requirement

cachelib = "^0.13.0"
minio = "^7.2.7"
aiohttp = "^3.10.2"
cattrs = "^23.2.3"
@@ -31,7 +31,7 @@ pytz = "^2024.2"
# VCS dependencies
sql-versioning = { git = "https://github.com/bcgov/sbc-connect-common.git", subdirectory = "python/sql-versioning", branch = "main" }
flask-jwt-oidc = {git = "https://github.com/seeker25/flask-jwt-oidc.git", branch = "main" }
build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "main", subdirectory = "build-deps" }
build-deps = { git = "https://github.com/bcgov/sbc-auth.git", rev = "dependency_upgrades", subdirectory = "build-deps" }

[tool.poetry.group.test.dependencies]
psycopg2 = "^2.9.9"
Loading
Oops, something went wrong.
Loading
Oops, something went wrong.