Skip to content

Commit

Permalink
Merge branch 'main' into minio-config-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-chura authored Oct 4, 2024
2 parents 8c76bc4 + 9580f98 commit 677728d
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 425 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Python 3.12.5
uses: actions/setup-python@v5
with:
python-version: 3.12.5
- name: Install Python dependencies
run: |
python3 -m venv venv
Expand Down
15 changes: 7 additions & 8 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
cookiecutter==2.1.1
coverage==6.5.0
cookiecutter==2.6.0
coverage==7.6.1
docker-compose==1.29.2
invoke==1.7.3
packaging==20.4
pip-tools==6.12.1
pytest==7.2.0
pytest-cov==4.0.0
pytest-mock==3.10.0
invoke==2.2.0
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pyyaml!=6.0.0,!=5.4.0,!=5.4.1 # pyyaml is broken with cython 3
Loading

0 comments on commit 677728d

Please sign in to comment.