Skip to content

Commit

Permalink
Update mwoauth requirement from ~=0.3.8 to ~=0.4.0 (#629)
Browse files Browse the repository at this point in the history
Updates the requirements on [mwoauth](https://github.com/mediawiki-utilities/python-mwoauth) to permit the latest version.
- [Release notes](https://github.com/mediawiki-utilities/python-mwoauth/releases)
- [Commits](https://github.com/mediawiki-utilities/python-mwoauth/commits)

---
updated-dependencies:
- dependency-name: mwoauth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2023
1 parent c4fed0f commit 56e60a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backoff~=2.2.1
mwoauth~=0.3.8
mwoauth~=0.4.0
oauthlib~=3.2.2
requests~=2.31.0
requests-oauthlib~=1.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="wikibaseintegrator",
install_requires=[
"backoff >= 1.11.1,< 2.3.0",
"mwoauth ~= 0.3.8",
"mwoauth >= 0.3.8,< 0.5.0",
"oauthlib ~= 3.2.0",
"requests >= 2.27.1,< 2.32.0",
"requests-oauthlib ~= 1.3.1",
Expand Down

0 comments on commit 56e60a6

Please sign in to comment.