Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] committed May 4, 2023
1 parent 153b054 commit 76bf968
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -28,12 +28,12 @@ jobs:
RELEASE=true >> $GITHUB_ENV
fi
fi
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: UnicornGlobal/trufflehog-actions-scan@master
with:
branch: ${{ github.head_ref }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -98,17 +98,17 @@ jobs:
echo ::set-output name=tags::${TAGS}
- name: Set up Docker Buildx
if: contains(github.ref, 'refs/tags/')
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
if: contains(github.ref, 'refs/tags/')
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push to DockerHub
if: contains(github.ref, 'refs/tags/')
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,5 +1,5 @@
requests~=2.25.1
rsa~=4.7.2
requests~=2.30.0
rsa~=4.9.0
python-dateutil~=2.8.1
tkcalendar~=1.6.1
xlsxwriter~=1.4.3
xlsxwriter~=3.1.0

0 comments on commit 76bf968

Please sign in to comment.