Skip to content

Commit

Permalink
Updated deps accoring to the docs guidelines.
Browse files Browse the repository at this point in the history
closes pulp#1093
  • Loading branch information
ipanova committed Nov 23, 2022
1 parent 31f9a70 commit 7ffa353
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
commit-message:
prefix: "[noissue]"
1 change: 1 addition & 0 deletions CHANGES/1093.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds upper and lower bound to dependencies. Enable dependabot.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# remember to also update unittest_requirements.txt when updating this file
ecdsa>=0.14,<=0.18.0
jsonschema>=4.4,<4.18
pulpcore>=3.20.0.dev,<3.25
ecdsa~=0.14
pyjwkest~=1.4
pyjwt[crypto]~=2.4
jsonschema~=4.4
pyjwkest>=1.4,<=1.4.2
pyjwt[crypto]>=2.4,<=2.5

0 comments on commit 7ffa353

Please sign in to comment.