Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #2148

Merged
merged 3 commits into from Sep 25, 2018
Merged

Conversation

Tobotimus
Copy link
Member

@Tobotimus Tobotimus commented Sep 25, 2018

Core dependencies:

[docs]

  • pyparsing: 2.2.0 -> 2.2.1
  • sphinx: 1.7.8 -> 1.8.1

[test]

  • pytest: 3.7.4 -> 3.8.1

[style]

  • toml: 0.9.4 -> 0.9.6

I've also replaced usages of discord.utils.get(guild.roles, id=id) with the new O(1) guild.get_role(id) method.

Core dependencies:
- discord.py: Rapptz/discord.py@00a659c6 -> Rapptz/discord.py@00a659c6
- multidict: 4.4.0 -> 4.4.2

[docs]
- pyparsing: 2.2.0 -> 2.2.1
- sphinx: 1.7.8 -> 1.8.1

[test]
- pytest: 3.7.4 -> 3.8.1

[style]
- toml: 0.9.4 -> 0.9.6

Signed-off-by: Toby Harradine <t.harradine@student.unsw.edu.au>
Signed-off-by: Toby Harradine <t.harradine@student.unsw.edu.au>
@Tobotimus Tobotimus added V3 Type: Dependency Update Adding/updating/removing some of Red’s dependencies. QA: Bypassed QA is unnecessary. labels Sep 25, 2018
@Tobotimus Tobotimus added this to the RC 1 milestone Sep 25, 2018
@palmtree5
Copy link
Member

Travis seems to be failing on the docs

@Tobotimus
Copy link
Member Author

Yeah, sphinx has regressed on forward references resulting in a NameError again, see sphinx-doc/sphinx#5480. I'll go back to sphinx 1.7.9.

Signed-off-by: Toby <tobyharradine@gmail.com>
@Tobotimus
Copy link
Member Author

Build failure resolved by using sphinx 1.7.9. I'm gonna merge this now.

@Tobotimus Tobotimus merged commit b249738 into Cog-Creators:V3/develop Sep 25, 2018
@Tobotimus Tobotimus deleted the V3/update_deps branch September 25, 2018 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA: Bypassed QA is unnecessary. Type: Dependency Update Adding/updating/removing some of Red’s dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants