Skip to content

Commit 015cdc8

Browse files
Maya PNikolayS
authored andcommitted
chore(deps): bump all dependencies to latest versions
1 parent 4b9e7fe commit 015cdc8

File tree

6 files changed

+22
-21
lines changed

6 files changed

+22
-21
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@820e3160e279568db735cee8ed8f8e77a6da7818 # v3
32+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3333
with:
3434
languages: ${{ matrix.language }}
3535

3636
- name: Autobuild
37-
uses: github/codeql-action/autobuild@820e3160e279568db735cee8ed8f8e77a6da7818 # v3
37+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@820e3160e279568db735cee8ed8f8e77a6da7818 # v3
40+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

.github/workflows/mirror-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
with:
1717
fetch-depth: 0
1818

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@modelcontextprotocol/sdk": "^1.20.2",
44-
"commander": "^12.1.0",
44+
"commander": "^14.0.3",
4545
"js-yaml": "^4.1.0",
4646
"pg": "^8.16.3"
4747
},
@@ -51,7 +51,7 @@
5151
"@types/pg": "^8.15.6",
5252
"ajv": "^8.17.1",
5353
"ajv-formats": "^3.0.1",
54-
"typescript": "^5.9.3"
54+
"typescript": "^6.0.2"
5555
},
5656
"publishConfig": {
5757
"access": "public"
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Flask==3.0.0
22
prometheus-api-client==0.5.4
3-
python-dateutil==2.8.2
4-
gunicorn==23.0.0
5-
requests==2.32.4
6-
pytest==8.3.4
7-
requests-aws4auth==1.2.3
3+
python-dateutil==2.9.0.post0
4+
gunicorn==25.1.0
5+
requests==2.33.0
6+
pytest==9.0.2
7+
requests-aws4auth==1.3.1
88
boto3==1.34.69
9-
psycopg2-binary==2.9.9
9+
psycopg2-binary==2.9.11

reporter/requirements-dev.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
-r requirements.txt
22
pytest==8.3.5
3-
pytest-postgresql==7.0.2
4-
coverage==7.6.10
5-
pytest-cov==6.0.0
3+
pytest-postgresql==8.0.0
4+
psycopg[binary]==3.3.3
5+
coverage==7.10.6
6+
pytest-cov==7.0.0
67
jsonschema==4.23.0
7-
PyYAML==6.0.2
8-
hypothesis==6.122.3
9-
syrupy==4.8.1
8+
PyYAML==6.0.3
9+
hypothesis==6.151.9
10+
syrupy==5.1.0
1011
pytest-socket==0.7.0

reporter/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
requests==2.32.5
2-
psycopg2-binary==2.9.11
1+
requests==2.33.0
2+
psycopg2-binary==2.9.11
33
jsonschema==4.23.0
44
requests-aws4auth==1.2.3
55
boto3==1.34.69

0 commit comments

Comments
 (0)