Skip to content

Commit 4494004

Browse files
chore(deps): bump the dependencies group in /example/example1 with 6 updates (#285)
chore(deps): bump the dependencies group Updates the requirements on [attrs](https://github.com/python-attrs/attrs), [frozenlist](https://github.com/aio-libs/frozenlist), [idna](https://github.com/kjd/idna), [multidict](https://github.com/aio-libs/multidict), [urllib3](https://github.com/urllib3/urllib3) and [yarl](https://github.com/aio-libs/yarl) to permit the latest version. Updates `attrs` to 26.1.0 - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](python-attrs/attrs@25.3.0...26.1.0) Updates `frozenlist` to 1.8.0 - [Release notes](https://github.com/aio-libs/frozenlist/releases) - [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst) - [Commits](aio-libs/frozenlist@v1.7.0...v1.8.0) Updates `idna` to 3.13 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.13) Updates `multidict` to 6.7.1 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.6.4...v6.7.1) Updates `urllib3` to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.19...2.6.3) Updates `yarl` to 1.23.0 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.20.1...v1.23.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: frozenlist dependency-version: 1.8.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: idna dependency-version: '3.13' dependency-type: direct:production dependency-group: dependencies - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production dependency-group: dependencies - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: dependencies - dependency-name: yarl dependency-version: 1.23.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b31489 commit 4494004

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

example/example1/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
aiohttp >= 3.13.5, < 4
22
aiosignal >= 1.4.0
3-
attrs >= 25.3.0
4-
frozenlist >= 1.7.0
5-
idna >= 3.10
6-
multidict >= 6.6.4
3+
attrs >= 26.1.0
4+
frozenlist >= 1.8.0
5+
idna >= 3.13
6+
multidict >= 6.7.1
77
openfga-sdk >= 0.10.2 # x-release-please-version
88
python-dateutil >= 2.9.0.post0
9-
urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3
10-
yarl >= 1.20.1
9+
urllib3 != 2.0.0.dev, != 2.1.0.dev, != 2.2.0, != 2.2.1, >= 2.6.3, < 3
10+
yarl >= 1.23.0
1111
python-dotenv >= 1.2.2, < 2

0 commit comments

Comments
 (0)