Skip to content

Commit

Permalink
updating rsa pins for bundler scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Jul 14, 2020
1 parent 3c70f87 commit 262907b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/assets/constraints-bundled.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python-dateutil==2.8.0
rsa<=3.4
2 changes: 1 addition & 1 deletion scripts/make-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EXTRA_RUNTIME_DEPS = [
('colorama', '0.4.1'),
('urllib3', '1.25.7'),
('PyYAML', '5.2'),
('rsa', '4.0'),
('rsa', '3.4'),
]
BUILDTIME_DEPS = [
('setuptools-scm', '3.3.3'),
Expand Down

0 comments on commit 262907b

Please sign in to comment.