Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): bump pylint from 3.2.3 to 3.2.5 in the python-packages group #8

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the python-packages group with 1 update: pylint.

Updates pylint from 3.2.3 to 3.2.5

Commits
  • ae730ac Bump pylint to 3.2.5, update changelog (#9756)
  • be7b5cc [unreachable-code] Fix the false positive in python 3.8 (#9753) (#9755)
  • 6c3ab77 [release] Fix 3.2.4 release date following issue with twine 5.1.0 (#9749) (#9...
  • 425ad66 Bump pylint to 3.2.4, update changelog (#9746)
  • c41c35a [possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never (#9714...
  • 22e4d36 [symilar] Rename the unittest file that had a typo.
  • 3cf313a [symilar] Fix the short form options that weren't being processed properly
  • e13544f [symilar] Fix crash when giving bad options to symilar
  • c3e2579 [unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in...
  • 6b66ca6 [undefined-variable] Fix a crash for undefined lineno in annotations (#9705) ...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group with 1 update: [pylint](https://github.com/pylint-dev/pylint).


Updates `pylint` from 3.2.3 to 3.2.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.3...v3.2.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Nicconike as a code owner July 1, 2024 12:44
@dependabot dependabot bot added dependabot Upgrades project dependencies by dependabot dependencies Project dependencies labels Jul 1, 2024
Copy link
Owner

@Nicconike Nicconike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot rebase

@Nicconike Nicconike enabled auto-merge (squash) July 1, 2024 19:44
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   85.82%   85.82%           
=======================================
  Files           4        4           
  Lines         374      374           
=======================================
  Hits          321      321           
  Misses         53       53           
Flag Coverage Δ
unittests 85.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Contributor

github-actions bot commented Jul 1, 2024

Your image nicconike/steam-stats:latest critical: 0 high: 2 medium: 36 low: 33
Current base image mcr.microsoft.com/playwright/python:v1.44.0-jammy

Copy link
Contributor

github-actions bot commented Jul 1, 2024

🔍 Vulnerabilities of nicconike/steam-stats:latest

📦 Image Reference nicconike/steam-stats:latest
digestsha256:e1a1bfe1496e0f303b91d2a3719cfd4e5315219887f6ffae57d4d6204c30a86e
vulnerabilitiescritical: 0 high: 1 medium: 0 low: 0
size812 MB
packages552
📦 Base Image ubuntu:22.04
also known as
  • jammy
  • jammy-20240427
digestsha256:2af372c1e2645779643284c7dc38775e3dbbc417b2d784a27c5a9eb784014fb8
vulnerabilitiescritical: 0 high: 0 medium: 8 low: 15
critical: 0 high: 1 medium: 0 low: 0 openssh-client 1:8.9p1-3ubuntu0.7 (deb)

pkg:deb/ubuntu/openssh-client@1:8.9p1-3ubuntu0.7?arch=amd64&upstream=openssh&distro=ubuntu-22.04

# Dockerfile (9:9)
WORKDIR /steam-stats

high : CVE--2024--6387

Affected range<1:8.9p1-3ubuntu0.10
Fixed version1:8.9p1-3ubuntu0.10
Description

Race condition in SIGALRM handling code

@Nicconike Nicconike disabled auto-merge July 1, 2024 21:40
@Nicconike Nicconike merged commit 3915a4d into master Jul 1, 2024
8 of 9 checks passed
@Nicconike Nicconike deleted the dependabot/pip/python-packages-3cdb1a7c84 branch July 1, 2024 21:41
@Nicconike Nicconike added the python Pull requests that updates Python code label Sep 14, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependabot Upgrades project dependencies by dependabot dependencies Project dependencies python Pull requests that updates Python code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant