Skip to content

Commit

Permalink
Dependency upgrades (#3230)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Jan 28, 2025
1 parent 44cc2ff commit 2768c4c
Show file tree
Hide file tree
Showing 14 changed files with 1,687 additions and 1,421 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-report-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
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
Expand Up @@ -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" }
cachelib = "^0.13.0"
minio = "^7.2.7"
aiohttp = "^3.10.2"
cattrs = "^23.2.3"
Expand All @@ -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"
Expand Down
Loading

0 comments on commit 2768c4c

Please sign in to comment.