Consolidate dependabot updates for aiohttp and pygments (#3633)

* Bump aiohttp from 3.8.3 to 3.8.5 in /resource_processor/vmss_porter

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pygments from 2.14.0 to 2.15.0 in /cli

Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.14.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump aiohttp from 3.8.3 to 3.8.5 in /api_app

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump aiohttp from 3.8.4 to 3.8.5 in /cli

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* update versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Tamir Kamara 2023-07-25 08:49:12 +03:00 коммит произвёл GitHub
Родитель 49050135a8
Коммит 58608c5b25
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -1 +1 @@
__version__ = "0.15.5"
__version__ = "0.15.6"

Просмотреть файл

@ -1,6 +1,6 @@
# API
azure-core==1.26.1
aiohttp==3.8.3
aiohttp==3.8.5
azure-cosmos==4.3.0
azure-identity==1.12.0
azure-mgmt-cosmosdb==9.0.0

Просмотреть файл

@ -4,8 +4,8 @@ httpx~=0.23.0
msal==1.20.0
jmespath==1.0.1
tabulate==0.9.0
pygments==2.14.0
pygments==2.15.0
PyJWT==2.6.0
azure-cli-core==2.47.0
azure-identity==1.12.0
aiohttp==3.8.4
aiohttp==3.8.5

Просмотреть файл

@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
PROJECT = 'azure-tre-cli'
VERSION = '0.1.3'
VERSION = '0.1.4'
try:
long_description = open('README.md', 'rt').read()
@ -45,11 +45,11 @@ setup(
"msal==1.20.0",
"jmespath==1.0.1",
"tabulate==0.9.0",
"pygments==2.14.0",
"pygments==2.15.0",
"PyJWT==2.6.0",
"azure-cli-core==2.47.0",
"azure-identity==1.12.0",
"aiohttp==3.8.4"
"aiohttp==3.8.5"
],
namespace_packages=[],

Просмотреть файл

@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"

Просмотреть файл

@ -2,5 +2,5 @@ azure-servicebus==7.8.1
opencensus-ext-azure==1.1.7
opencensus-ext-logging==0.1.1
azure-identity==1.12.0
aiohttp==3.8.3
aiohttp==3.8.5
azure-cli-core==2.46.0