Skip to content

Commit

Permalink
Bump all pulp_* dependencies
Browse files Browse the repository at this point in the history
Issue: AAH-3064
  • Loading branch information
rochacbruno committed Mar 20, 2024
1 parent 562aa6a commit 5f3a64f
Show file tree
Hide file tree
Showing 7 changed files with 235 additions and 205 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci_automation_hub_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: install ansible
run: pip3 install ansible

- name: Checkout the galaxy collection
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGES/3064.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump pulp* versions
4 changes: 3 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file contains dev requirements to be installed on dev host only
# This file contains dev requirements to be installed on dev host only
# to add requirements to dev container see requirements/requirements-dev.txt

coverage
Expand All @@ -15,3 +15,5 @@ check-manifest

darker
isort

pip-tools
Loading

0 comments on commit 5f3a64f

Please sign in to comment.