Skip to content

Commit e21d732

Browse files
[Licenses Inventory] Bump requests from 2.28.1 to 2.31.0 (#124)
* chore(deps): Bump requests in /toolbox/LicensesInventory Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update CHANGELOG and THIRD-PARTY with requests new version Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
1 parent 918a5f8 commit e21d732

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Added
11+
12+
- [Utils] Add metrics and improve outputs for third-party generator scripts
13+
1014
### Changed
1115

1216
- [Project] Plug Renovate, Gitleaks ([#112](https://github.com/Orange-OpenSource/floss-toolbox/issues/112))
1317
- [Licenses Inventory] Improve requirements for Python modules in use ([#108](https://github.com/Orange-OpenSource/floss-toolbox/issues/108))
1418
- [Project] Apply REUSE standards ([#114](https://github.com/Orange-OpenSource/floss-toolbox/issues/114))
15-
- [Utils] Add metrics and improve outputs for third-party generator scripts
16-
- [Project] Improve a bit CHANGELOG by leading-scope-keyword for each line
19+
- [Project] Improve a bit CHANGELOG by leading scope keyword for each line
20+
21+
### Security
22+
23+
- [Licenses Inventory] Bump requests from 2.28.1 to 2.31.0 ([#3](https://github.com/Orange-OpenSource/floss-toolbox/security/dependabot/3))
1724

1825
## [2.15.0] - 2024-03-12
1926

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ bash dry-run.sh
5252

5353
[Renovate](https://docs.renovatebot.com/) is used to as to try to keep updated dependencies of the project.
5454
A _renovate.json_ must be added at the project root with cofiguration details ; but **the organization admins must enable it** (through the [admin console](https://developer.mend.io/)).
55+
By default [Dependabot](https://docs.github.com/fr/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security#what-is-dependabot) was enabled for this project but has been replaced by _Renovate_.
5556

5657
### Gitleaks
5758

@@ -65,7 +66,3 @@ This key (dedicated to organization) has been asked to the *Gitleaks* team and r
6566

6667
The *Developer Certificate of Origin* is applied here thanks to a [Probot bot](https://probot.github.io/apps/dco/).
6768
On pull requests all commits must be signed off. This control is processed in an action.
68-
69-
### Dependabot
70-
71-
By default [Dependabot](https://docs.github.com/fr/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security#what-is-dependabot) is enabled for this project.

THIRD-PARTY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You may download the source code on the [following website](https://github.com/p
5858

5959
### requests
6060

61-
Version 2.28.1
61+
Version 2.31.0
6262

6363
Copyright (c) 2019 Kenneth Reitz
6464

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
beautifulsoup4==4.10.0
22
pytest==7.2.1
3-
requests==2.28.1
3+
requests==2.31.0
44
xmltodict==0.13.0

0 commit comments

Comments
 (0)