Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Note: pyOpenSSL was pinned here to satisfy version conflicts, since it wasn't
getting the latest version conflicting with the cryptography package.
  • Loading branch information
robhudson committed Apr 13, 2023
1 parent 436d955 commit 5859c2a
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 358 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
language_version: python3.9
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r prod.txt

black==23.1.0
black==23.3.0
flake8==6.0.0
isort==5.12.0
pep8==1.7.1
Expand Down

0 comments on commit 5859c2a

Please sign in to comment.