Skip to content

Commit

Permalink
Consolidate dependabot updates for aiohttp and pygments (#3633)
Browse files Browse the repository at this point in the history
* 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](aio-libs/aiohttp@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](pygments/pygments@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](aio-libs/aiohttp@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](aio-libs/aiohttp@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>
  • Loading branch information
tamirkamara and dependabot[bot] authored Jul 25, 2023
1 parent 4905013 commit 58608c5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.5"
__version__ = "0.15.6"
2 changes: 1 addition & 1 deletion api_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

PROJECT = 'azure-tre-cli'
VERSION = '0.1.3'
VERSION = '0.1.4'

try:
long_description = open('README.md', 'rt').read()
Expand Down Expand Up @@ -45,11 +45,11 @@
"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=[],
Expand Down
2 changes: 1 addition & 1 deletion resource_processor/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"
2 changes: 1 addition & 1 deletion resource_processor/vmss_porter/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58608c5

Please sign in to comment.