Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 7d623f9

Browse files
author
Scott Crosby
committed
Merge branches 'outgoing/add-second-init-sidecar' and 'outgoing/upgrade-sidecar-deps' into outgoing/update-sidecar-requests
2 parents 3d4d312 + 6020a94 commit 7d623f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sidecar/cook/sidecar/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.2.1'
1+
VERSION = '1.2.2'

sidecar/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
requirements = [
88
'flask~=1.1.0',
9-
'gunicorn~=19.9.0',
10-
'requests~=2.22.0',
9+
'gunicorn~=21.1.0',
10+
'requests~=2.26.0',
1111
]
1212

1313
test_requirements = [

0 commit comments

Comments
 (0)