Skip to content

Commit

Permalink
Bump ujson from 4.x to 5.1.0 (#872)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeet Parekh <94441288+jeet-parekh-wise@users.noreply.github.com>
Co-authored-by: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 10, 2022
1 parent 4f05442 commit 2fc52b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

steps:
- name: Checking out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

steps:
- name: Checking out repo
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'tzlocal>=2.0,<4.1',
'slackclient>=2.7,<2.10',
'psutil==5.8.0',
'ujson>=4.1,<4.3',
'ujson==5.1.0',
'dnspython==2.1.*',
],
extras_require={
Expand Down

0 comments on commit 2fc52b2

Please sign in to comment.