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

Commit

Permalink
bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Dec 4, 2024
1 parent 3a2f902 commit d6baea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyYAML==6.0.2
requests==2.32.3
aiohttp==3.10.5
packaging==24.1
aiohttp==3.11.9
packaging==24.2

0 comments on commit d6baea7

Please sign in to comment.