Skip to content

Commit e9daf1a

Browse files
committed
deps: updated transitive deps
1 parent d4b5343 commit e9daf1a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml
3838

3939
- name: SonarCloud Scan
40-
uses: sonarsource/sonarqube-scan-action@v5.2.0
40+
uses: sonarsource/sonarqube-scan-action@v5.3.0
4141
env:
4242
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4343

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ gql = "==3.5.3"
1414

1515
# Managed dependencies and security patches
1616
requests-toolbelt = "==1.0.0"
17-
certifi = ">=2025.7.14"
17+
certifi = ">=2025.8.3"
1818
werkzeug = ">=3.1.3"
1919
urllib3 = ">=2.5.0"
2020
jinja2 = ">=3.1.6"
2121
idna = ">=3.10"
22-
anyio = ">=4.9.0"
22+
anyio = ">=4.10.0"
2323
zipp = ">=3.23.0"
2424

2525
[dev-packages]

Pipfile.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)