We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7c1773 + f840cf3 commit aff1ae2Copy full SHA for aff1ae2
requirements.txt
@@ -33,3 +33,5 @@ text-unidecode==1.3 \
33
--hash=sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8
34
urllib3==2.2.2 \
35
--hash=sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472
36
+typing-extensions==4.0.0 \
37
+ --hash=sha256:829704698b22e13ec9eaf959122315eabb370b0884400e9818334d8b677023d9
src/feeds/ImplementationActivityFeed.py
@@ -72,7 +72,7 @@ def _process_file_path_list(
72
ImplementationActivityFeed.ACTIVITY += ImplementationActivityFeed.fetch_github_activity(
73
'AdaptiveCpp',
74
75
- 'master'
+ 'develop'
76
)
77
78
0 commit comments