-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI and version and ignore black diff
Updates CI to use new action versions that are not deprecated. Bumps the version of the package to reflect the latest changes and add .git-blame-ignore-revs so the GitHub UI blame will ignore the black formatting changes.
- Loading branch information
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# .git-blame-ignore-revs | ||
# Bulk black reformatting | ||
986a8ad007d7621a464ddee681769fc186a4ed01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,3 @@ mypy == 1.10.0 | |
pytest | ||
pytest-cov | ||
types-requests | ||
wheel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = requests_ntlm | ||
version = 1.2.0 | ||
version = 1.3.0 | ||
url = https://github.com/requests/requests-ntlm | ||
author = Ben Toews | ||
author_email = [email protected] | ||
|
@@ -18,6 +18,7 @@ classifiers = | |
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Programming Language :: Python :: 3.12 | ||
License :: OSI Approved :: ISC License (ISCL) | ||
|
||
[options] | ||
|