Skip to content

Commit

Permalink
Bump urllib3 from 2.0.7 to 2.2.2 (#14)
Browse files Browse the repository at this point in the history
* Bump urllib3 from 2.0.7 to 2.2.2

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update requests and idna libraries

* Update setup-python action version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ted Cook <[email protected]>
  • Loading branch information
dependabot[bot] and teddyphreak authored Jun 18, 2024
1 parent b110bf7 commit 5e93fc3
Show file tree
Hide file tree
Showing 9 changed files with 151 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: 'nephelaiio.devtools'

- name: Set up python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: 'nephelaiio.devtools'

- name: Set up python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: 'nephelaiio.devtools'

- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down
9 changes: 9 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
extends: default

ignore:
- '.cache/'

rules:
comments-indentation: false
comments:
min-spaces-from-content: 1
braces:
max-spaces-inside: 1
level: error
Expand All @@ -10,3 +16,6 @@ rules:
level: error
line-length: disable
truthy: disable
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all: install version lint test

install:
@type poetry >/dev/null || pip3 install poetry
@poetry install
@poetry install --no-root

lint: install
poetry run yamllint .
Expand Down
13 changes: 6 additions & 7 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
---
galaxy_info:
standalone: true
author: nephelaiio
role_name: devtools
author: nephelaiio
description: An Ansible role to install and configure base development tools
license: MIT
min_ansible_version: '2.2'
platforms:
- name: EL
versions:
- all
- name: Archlinux
- 'all'
- name: ArchLinux
versions:
- all
- 'all'
- name: Ubuntu
versions:
- all
- 'all'
- name: Debian
versions:
- all
- 'all'
galaxy_tags:
- devtools

Expand Down
Loading

0 comments on commit 5e93fc3

Please sign in to comment.