Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed May 26, 2023
1 parent b4424af commit b3bd59d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:

- name: Build Docker image
id: build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
load: true
push: false
Expand Down Expand Up @@ -666,7 +666,7 @@ jobs:
password: ${{ secrets.CR_PAT }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
Expand Down
8 changes: 4 additions & 4 deletions python/requirements-direct.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# dataclasses does not exist before Python3.7, needed as dependency
dataclasses;python_version<"3.7"
humanize==3.14.0
junitparser==2.8.0
junitparser==3.1.0
lxml==4.9.1
psutil==5.9.4
psutil==5.9.5
PyGithub==1.56
requests==2.27.1
urllib3==1.26.13
requests==2.31.0
urllib3==1.26.16
12 changes: 6 additions & 6 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# dataclasses does not exist before Python3.7, needed as dependency
dataclasses;python_version<"3.7"
humanize==3.14.0
junitparser==2.8.0
junitparser==3.1.0
future==0.18.3
lxml==4.9.1
psutil==5.9.4
psutil==5.9.5
PyGithub==1.56
Deprecated==1.2.13
wrapt==1.15.0
PyJWT==2.4.0
PyNaCl==1.5.0
cffi==1.15.1
pycparser==2.21
requests==2.27.1
certifi==2022.12.7
charset-normalizer==2.0.12
requests==2.31.0
certifi==2023.5.7
charset-normalizer==3.1.0
idna==3.4
urllib3==1.26.13
urllib3==1.26.16

0 comments on commit b3bd59d

Please sign in to comment.