Skip to content

Commit

Permalink
Upgrade: Bump the regression group in /regression_runner with 6 updates
Browse files Browse the repository at this point in the history
Bumps the regression group in /regression_runner with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.5` | `3.8.6` |
| [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.2` | `4.0.3` |
| [chardet](https://github.com/chardet/chardet) | `5.1.0` | `5.2.0` |
| [click](https://github.com/pallets/click) | `8.1.6` | `8.1.7` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.2.7` | `7.3.2` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.7.1` | `4.8.0` |


Updates `aiohttp` from 3.8.5 to 3.8.6
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.5...v3.8.6)

Updates `async-timeout` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/aio-libs/async-timeout/releases)
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-timeout@v4.0.2...v4.0.3)

Updates `chardet` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/chardet/chardet/releases)
- [Commits](chardet/chardet@5.1.0...5.2.0)

Updates `click` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.6...8.1.7)

Updates `coverage` from 7.2.7 to 7.3.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.2.7...7.3.2)

Updates `typing-extensions` from 4.7.1 to 4.8.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.7.1...4.8.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regression
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regression
- dependency-name: chardet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regression
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regression
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regression
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regression
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 45d2127 commit adb9d50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions regression_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
aiohttp==3.8.5
async-timeout==4.0.2
aiohttp==3.8.6
async-timeout==4.0.3
attrs==23.1.0
chardet==5.1.0
click==8.1.6
chardet==5.2.0
click==8.1.7
coloredlogs==15.0.1
coverage==7.2.7
coverage==7.3.2
humanfriendly==10.0
idna==3.4
multidict==6.0.4
PyYAML==6.0.1
typing-extensions==4.7.1
typing-extensions==4.8.0
verboselogs==1.7
yarl==1.9.2

0 comments on commit adb9d50

Please sign in to comment.