Skip to content

Commit 9cda25e

Browse files
Bump requests from 2.32.3 to 2.32.4 (#105)
* Bump requests from 2.32.3 to 2.32.4 Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * ci: removed unused env varibale for sonar action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: petruki <[email protected]>
1 parent 6a83f15 commit 9cda25e

File tree

3 files changed

+397
-392
lines changed

3 files changed

+397
-392
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- name: SonarCloud Scan
4040
uses: sonarsource/[email protected]
4141
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4342
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4443

4544
docker:

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ slack-bolt = "==1.23.0"
88
python-dotenv = "==1.1.0"
99
gunicorn = "==23.0.0"
1010
flask = "==3.1.1"
11-
requests = "==2.32.3"
11+
requests = "==2.32.4"
1212
pyjwt = "==2.10.1"
1313
gql = "==3.5.3"
1414
requests-toolbelt = "==1.0.0"
15-
certifi = ">=2025.4.26"
15+
certifi = ">=2025.6.15"
1616
werkzeug = ">=3.1.3"
1717
urllib3 = ">=2.4.0"
1818
jinja2 = ">=3.1.6"
1919
idna = ">=3.10"
2020
anyio = ">=4.9.0"
21-
zipp = ">=3.21.0"
21+
zipp = ">=3.23.0"
2222

2323
[dev-packages]
2424
pytest = "==8.4.0"

0 commit comments

Comments
 (0)