Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Jan 7, 2025
1 parent 038cd10 commit 0bcf119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "2.7"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pip~=21.3.1
ipaddress~=1.0.23
setuptools~=44.1.1
ansible-core==2.15.0
ansible-core==2.16.0
requests~=2.26.0
black==22.8.0
flake8==4.0.1
Expand Down

0 comments on commit 0bcf119

Please sign in to comment.