Skip to content

Commit

Permalink
Update CI code
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Jun 25, 2023
1 parent ee7d9f7 commit bd92157
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "smbprotocol"
version = "1.10.1"
version = "1.10.2"
description = "Interact with a server using the SMB 2/3 Protocol"
readme = "README.md"
requires-python = ">=3.7"
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black
black == 23.3.0
build
cryptography >= 2.0
isort
isort == 5.11.5
pre-commit
pyspnego
pytest
Expand Down

0 comments on commit bd92157

Please sign in to comment.