aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/resources/repos.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/resources/repos.py')
-rw-r--r--pygithub3/resources/repos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/resources/repos.py b/pygithub3/resources/repos.py
index c7ec5e8..efd5b13 100644
--- a/pygithub3/resources/repos.py
+++ b/pygithub3/resources/repos.py
@@ -10,7 +10,7 @@ from .orgs import Org
class Repo(Resource):
- _dates = ('created_at', 'pushed_at')
+ _dates = ('created_at', 'updated_at', 'pushed_at')
_maps = {'owner': User, 'organization': Org, 'parent': 'self',
'source': 'self'}