Skip to content

Update pre-commit dependencies #835

New issue

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

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

Already on GitHub? Sign in to your account

Conversation

php-curl-class-helper
Copy link
Collaborator

@php-curl-class-helper php-curl-class-helper commented Jan 11, 2024

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 160b52a..4d4ec6c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,17 +12,17 @@
 #     $ pre-commit autoupdate
 repos:
 - repo: https://github.com/psf/black
-  rev: 23.12.0
+  rev: 24.1.1
   hooks:
   - id: black
     name: black
     entry: black
 - repo: https://github.com/pycqa/flake8
-  rev: 6.1.0
+  rev: 7.0.0
   hooks:
   - id: flake8
 - repo: https://github.com/pycqa/isort
-  rev: 5.13.1
+  rev: 5.13.2
   hooks:
   - id: isort
     name: isort

@php-curl-class-helper php-curl-class-helper added cleanup-no-release-required dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 11, 2024
@zachborboa zachborboa disabled auto-merge January 31, 2024 18:28
@zachborboa zachborboa merged commit cb221cf into php-curl-class:master Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup-no-release-required dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Development

Successfully merging this pull request may close these issues.

2 participants