Skip to content

Commit

Permalink
Merge pull request #100 from cbdq-io/bugfix/2024-07-Python
Browse files Browse the repository at this point in the history
Bugfix/2024 07 python
  • Loading branch information
dallinb authored Jul 23, 2024
2 parents 0d1ec5c + e37d5d0 commit 8f9a280
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: make

- name: Publish Code Coverage
uses: paambaati/codeclimate-action@v5.0.0
uses: paambaati/codeclimate-action@v8.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## 3.0.5

### Other

* Build(deps): bump urllib3 from 2.2.1 to 2.2.2. [dependabot[bot]]

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

---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...


## 3.0.5 (2024-04-16)

### Fix
Expand Down
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bandit==1.7.9
build==1.2.1
colorama==0.4.6
coverage==7.5.3
exceptiongroup==1.2.1
flake8==7.0.0
coverage==7.6.0
exceptiongroup==1.2.2
flake8==7.1.0
flake8-docstrings==1.7.0
flake8-quotes==3.4.0
gitchangelog==3.0.4
Expand All @@ -24,7 +24,7 @@ parse-type==0.6.2
pathspec==0.12.1
pbr==6.0.0
pluggy==1.5.0
pycodestyle==2.11.1
pycodestyle==2.12.0
pydocstyle==6.3.0
pyflakes==3.2.0
Pygments==2.18.0
Expand All @@ -37,13 +37,14 @@ pytest-testinfra==10.1.1
PyYAML==6.0.1
radon==6.0.1
rich==13.7.1
setuptools==70.0.0
setuptools==70.3.0
six==1.16.0
smmap==5.0.1
snowballstemmer==2.2.0
stevedore==5.2.0
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.1
urllib3==2.2.2
wheel==0.43.0
yamllint==1.35.1

0 comments on commit 8f9a280

Please sign in to comment.