Skip to content

Commit

Permalink
chore(linting): update flake8-logging to 1.5.0 to include a fix (#63800)
Browse files Browse the repository at this point in the history
Bumping flake8-logging to 1.5.0 to include fix for 
```python
KeyError "Attempt to overwrite 'message' in LogRecord"
```

Changelog:
https://github.com/adamchainz/flake8-logging/blob/main/CHANGELOG.rst#150-2024-01-23
Fix: adamchainz/flake8-logging#77
  • Loading branch information
Bartek Ogryczak authored and snigdhas committed Jan 26, 2024
1 parent 1010f72 commit 43ee0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fido2==0.9.2
filelock==3.7.0
flake8==6.1.0
flake8-bugbear==22.10.27
flake8-logging==1.4.0
flake8-logging==1.5.0
google-api-core==2.15.0
google-auth==2.25.2
google-cloud-bigtable==2.22.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pre-commit>=3.3
black>=22.10.0
flake8>=6.1
flake8-bugbear>=22.10
flake8-logging>=1.4
flake8-logging>=1.5
pyupgrade>=3.2.3
isort>=5.10.1

Expand Down

0 comments on commit 43ee0cc

Please sign in to comment.