Skip to content

Commit ed91193

Browse files
committed
deps: Update project dependencies to latest
1 parent c128d1f commit ed91193

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ function lint() {
8585

8686
## deps - updates project dependencies to latest
8787
function deps() {
88-
echo "Todo: deps"
89-
exit 1
88+
python3 -m pip install pip-review
89+
pip-review --auto -r requirements.txt
90+
pip-review --auto -r requirements-test.txt
9091
}
9192

9293
# write_e2e_env - Loads secrets from the gcloud project and writes

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest==9.0.2
22
mock==5.2.0
33
pytest-cov==7.0.0
44
pytest-asyncio==1.3.0
5-
SQLAlchemy[asyncio]==2.0.44
5+
SQLAlchemy[asyncio]==2.0.45
66
sqlalchemy-pytds==1.0.2
77
sqlalchemy-stubs==0.4
88
PyMySQL==1.1.2

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiofiles==25.1.0
2-
aiohttp==3.13.2
2+
aiohttp==3.13.3
33
cryptography==46.0.3
44
dnspython==2.8.0
55
Requests==2.32.5
6-
google-auth==2.43.0
6+
google-auth==2.47.0

0 commit comments

Comments
 (0)