Skip to content

Commit bdf0173

Browse files
committed
Merge branch 'main' into release-0.1
2 parents 2e9d480 + 73dcde5 commit bdf0173

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
run_pre_commit:
55
docker:
6-
- image: quay.io/astronomer/ci-pre-commit:2022-12
6+
- image: quay.io/astronomer/ci-pre-commit:2023-09
77
steps:
88
- checkout
99
- run:
@@ -80,7 +80,7 @@ workflows:
8080
- functional-test:
8181
matrix:
8282
parameters:
83-
kube_version: ["1.21.14", "1.22.15", "1.23.13", "1.24.7", "1.25.3"]
83+
kube_version: ["1.21.14", "1.22.17", "1.23.17", "1.24.15", "1.25.11", "1.26.6", "1.27.3"]
8484
requires:
8585
- build
8686
- scan-trivy:

requirements.txt

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
cachetools==4.2.4
2-
certifi==2022.12.7
3-
charset-normalizer==2.0.7
4-
click==8.1.3
5-
google-auth==2.17.1
1+
cachetools==5.3.1
2+
certifi==2023.7.22
3+
charset-normalizer==3.3.0
4+
click==8.1.7
65
idna==3.4
7-
kubernetes==25.3.0
8-
oauthlib==3.1.1
9-
pyasn1==0.4.8
10-
pyasn1-modules==0.2.8
6+
kubernetes==28.1.0
7+
pyasn1==0.5.0
8+
pyasn1-modules==0.3.0
119
python-dateutil==2.8.2
12-
PyYAML==6.0
13-
requests==2.28.2
10+
PyYAML==6.0.1
11+
requests==2.31.0
1412
requests-oauthlib==1.3.1
1513
rsa==4.9
1614
six==1.16.0
17-
urllib3==1.26.15
18-
websocket-client==1.3.1
15+
urllib3>=1.24.2
16+
websocket-client==1.6.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==7.1.2
2-
pytest-kind==22.8.0
2+
pytest-kind==22.11.1
33
pykube==0.15.0
44
pykube-ng==22.7.0

0 commit comments

Comments
 (0)