Skip to content

Commit 314453a

Browse files
build: bump gunicorn from 22.0.0 to 23.0.0 in /ClientAdvisor/App (#271)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 465d431 commit 314453a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClientAdvisor/App/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python-dotenv==1.0.0
77
azure-cosmos==4.5.0
88
quart==0.20.0
99
uvicorn==0.24.0
10-
gunicorn==22.0.0
10+
gunicorn==23.0.0
1111
aiohttp==3.10.2
1212
quart-session==3.0.0
1313
pymssql==2.3.2

ClientAdvisor/App/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python-dotenv==1.0.0
88
azure-cosmos==4.5.0
99
quart==0.20.0
1010
uvicorn==0.24.0
11-
gunicorn==22.0.0
11+
gunicorn==23.0.0
1212
aiohttp==3.10.2
1313
quart-session==3.0.0
1414
pymssql==2.3.2

0 commit comments

Comments
 (0)