Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
lociii committed Nov 15, 2023
1 parent f974d0c commit f33f491
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.5'

services:
python:
build: .
Expand Down
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bumpversion==0.6.0
coverage==7.3.0
cryptography==41.0.4
coverage==7.3.2
cryptography==41.0.5
flake8==6.1.0
pip-check==2.8.1
PyYAML==6.0.1
Sphinx==7.2.2
Sphinx==7.2.6
watchdog==3.0.0
wheel==0.41.1
wheel==0.41.3

0 comments on commit f33f491

Please sign in to comment.