Skip to content

Commit 6409274

Browse files
Bump pip from 22.0.4 to 23.3 (#116)
* Bump pip from 22.0.4 to 23.3 Bumps [pip](https://github.com/pypa/pip) from 22.0.4 to 23.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@22.0.4...23.3) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * lint * lint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
1 parent ad84c98 commit 6409274

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.flake8

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ extend-ignore =
1313
E731
1414
# E203 whitespace before ':'
1515
E203
16+
# E231 whitespace after ':'
17+
E231
18+
# E221 multiple spaces before operator
19+
E221
20+
# E222 multiple spaces after operator
21+
E222
1622
per-file-ignores =

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cryptography==41.0.4
33
gitpython==3.1.37
44
keen==0.7
55
mock==4.0
6-
pip==22.0.4
6+
pip==23.3
77
pre-commit==2.17
88
pyjwt==2.4.0
99
pyyaml==6.0

0 commit comments

Comments
 (0)